フィルターのクリア

what is gcf in set(gcf,'name','Figure Name')?

38 ビュー (過去 30 日間)
monali
monali 2012 年 10 月 5 日
how to plot graph in simulink?
  1 件のコメント
Walter Roberson
Walter Roberson 2012 年 10 月 9 日
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags

サインインしてコメントする。

採用された回答

Thomas
Thomas 2012 年 10 月 5 日
  3 件のコメント
Thomas
Thomas 2012 年 10 月 5 日
set(gcf,'name','Figure Name')
sets the name of the current figure to 'Figure Name'
set(gcf,'name','Hello')
sets the name of the current figure to 'Hello'
Run the above two lines and see what the name of the created figure is (in the bar at the top)
monali
monali 2012 年 10 月 5 日
again thanks a lot for your satisfactory answer. now i am totally clarified. can you please guide me on subplot?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by