closing a specified figure (if exist)
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mohammad
el 6 de Sept. de 2011
Respondida: Zoltan Gal
el 13 de Abr. de 2019
does anyone know how to close a specified figure if it exists currently? for example: h=figure
if h exists close(h) end
0 comentarios
Respuesta aceptada
Más respuestas (2)
Zoltan Gal
el 13 de Abr. de 2019
If the index of figure is 5, then
close(findobj('type','figure','number',5))
0 comentarios
Ver también
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!