Multiple Figures from Functions

Hello, I have a function that produces two figures when it is run. However, in my execution script, I intend to run this function twice ultimately producing 4 figures. How can I stop the second run of the function overwriting the previous 2 figures?

Antworten (1)

Ameer Hamza
Ameer Hamza am 25 Nov. 2020

0 Stimmen

In the function, you will have statements like
figure(n); % n can be any number
Replace it with
figure()

1 Kommentar

Fin Christie
Fin Christie am 25 Nov. 2020
Sorry, this did not solve the issue unfortunately - thanks for your help though

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Objects finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 25 Nov. 2020

Kommentiert:

am 25 Nov. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by