MATLAB show me only figure(1)

5 Ansichten (letzte 30 Tage)
Edoardo Boasso
Edoardo Boasso am 22 Sep. 2020
Kommentiert: Edoardo Boasso am 22 Sep. 2020
I have a code with 3 figures. When I run my code, MATLAB show me only the last figure calling that "figure(1)". I don't know why because everything worked fine until yesterday.

Antworten (1)

Ameer Hamza
Ameer Hamza am 22 Sep. 2020
In your codes, instead of writing
figure(1);
just type
figure();
  5 Kommentare
Ameer Hamza
Ameer Hamza am 22 Sep. 2020
Try after replacing figure(1), figure(2), figure(3) with figure(). Alternatively, try restarting MATLAB.
Edoardo Boasso
Edoardo Boasso am 22 Sep. 2020
I tried both. I replaced the figure and nothing, I tried restarting MATLAB and nothing

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by