Borrar filtros
Borrar filtros

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

38 visualizaciones (últimos 30 días)
monali
monali el 5 de Oct. de 2012
how to plot graph in simulink?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by