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

38 次查看(过去 30 天)
how to plot graph in simulink?

采纳的回答

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 CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by