How would I open multiple figures from one script.
Mostra commenti meno recenti
Hi I have 3 scripts which all produce a figure. They are all graphs. How would i put them all on one script and have all plots displayed as separate figures. I believe you have to use the figure() function?
3 Commenti
Austin Gee
il 16 Nov 2017
Modificato: Austin Gee
il 16 Nov 2017
the coding format is
figure(1)
plot(x,y)
figure(2)
plot(x2,y2)
figure(3)
plot(x3,y3)
Chirag GAUR
il 4 Mag 2020
Modificato: Chirag GAUR
il 4 Mag 2020
Thankyou Very Much...!! lml
For having multiple plots in single window you may go for 'subplot' command
Victoria Brazionyte
il 26 Ott 2022
wow
Risposta accettata
Più risposte (1)
Mischa Kim
il 20 Mar 2014
12 voti
Correct, use figure just before each of the individual plot commands.
3 Commenti
Giuseppe
il 20 Mar 2014
ron shilling
il 24 Feb 2016
Awesome, thanks for making it so clear, worked great!!!
Giuseppe Degan Di Dieco
il 26 Apr 2021
Thank you Mischa, it worked for me too!
Best!
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!