Compass plotting- can you get rid of the grid or set the radial tick line?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to get rid of or set the radius spacing in the graphs so that they have the same scaling.Is there a simple way to do either of these?
0 Commenti
Risposte (1)
ag
il 7 Mag 2025
Hi Roxana,
To disable the radial tick line, you can set the polar plot property "RGrid", as off.
Furthermore, the tickvalues can be specified using the polar plot property "RTick".
For more details, please refer to the following MathWorks documentation: https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.polaraxes-properties.html
Hope this helps!
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!