How to hide the number on the constellation points in MATLAB? -


enter image description here

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:

enter image description here


Comments

Popular posts from this blog

c# - Class in a list -

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

Jdbc Odbc Driver error -