How to plot again Figure when it is closed?

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
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
darova le 27 Sep 2019
didn't know about that option. thanks
Ngo Sy
Ngo Sy le 29 Sep 2019
Modifié(e) : Ngo Sy le 29 Sep 2019
David Hill. It means that. when I simulate a program. It plots Figure(1), Figure(2). I close (x) Figure(1), minimize (_) Figure(2), and run to simulate this program again. But Figure(1) does not appear, Figure(2) is the same.
BUT, if I choose Figure() to simulate, The value of Figure(1) will appear with Figure(3). I do not understand.
Please help me!
After you x figure 1, check
findall(0,'type', 'figure')
and see if you get back one or two figures

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange

Produits

Question posée :

le 27 Sep 2019

Commenté :

le 29 Sep 2019

Community Treasure Hunt

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

Start Hunting!

Translated by