- Plot Tools (icon top right)
- Select an axis
- "More Proprties" push button at the bottom
- Style Tab
Changing labels in Bode Diagram
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I created a Bode diagram using Bode() function. However, when I want to change font size of y axis, it seems to be impossible. How can I do it?
0 Kommentare
Akzeptierte Antwort
Andreas Goser
am 19 Apr. 2012
The easiest way is to open the plot tools and modifiy the respective properties interactively. You can also use the SET command, but it may need time to reseach the property name if you want to modify more.
Example code
h=get(gca,'YLabel')
set(h,'FontSize', 16)
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!