Azzera filtri
Azzera filtri

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

38 visualizzazioni (ultimi 30 giorni)
monali
monali il 5 Ott 2012
how to plot graph in simulink?

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by