Clear Filters
Clear Filters

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

38 views (last 30 days)
how to plot graph in simulink?

Accepted Answer

Thomas
Thomas on 5 Oct 2012
  3 Comments
Thomas
Thomas on 5 Oct 2012
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 on 5 Oct 2012
again thanks a lot for your satisfactory answer. now i am totally clarified. can you please guide me on subplot?

Sign in to comment.

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!