How to hide the number on the constellation points in MATLAB? -
this how plot constellation:
hmod = comm.rectangularqammodulator('modulationorder',32, ... 'symbolmapping','binary'); constellation(hmod)
but how hide numbers above each constellation point?
i looked on mathworks website did not find looking for.
the following code job:
hmod = comm.rectangularqammodulator('modulationorder',32, ... 'symbolmapping','binary'); constellation(hmod) delete(findobj(gca,'type','text'));
its output is:
Comments
Post a Comment