Changing labels in Bode Diagram

29 ビュー (過去 30 日間)
Michal Tomaszek
Michal Tomaszek 2012 年 4 月 19 日
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?

採用された回答

Andreas Goser
Andreas Goser 2012 年 4 月 19 日
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.
  • Plot Tools (icon top right)
  • Select an axis
  • "More Proprties" push button at the bottom
  • Style Tab
Example code
h=get(gca,'YLabel')
set(h,'FontSize', 16)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by