How to plot again Figure when it is closed?
Afficher commentaires plus anciens
Hi all,
when I simulate a program, I plot 2 figures are Figure(1) and Figure(2).
I closed Figure(1) and run to simulate again. But Figure(1) does not appear. Why?
Please help me to solve them.
Thanks!
4 commentaires
David Hill
le 27 Sep 2019
I don't know if I understand your question, but turning the figure visiablity off and on might solve your problem. The matlab documentation is quite good and you should read about figures.
darova
le 27 Sep 2019
didn't know about that option. thanks
Walter Roberson
le 29 Sep 2019
After you x figure 1, check
findall(0,'type', 'figure')
and see if you get back one or two figures
Réponses (0)
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!