How would I open multiple figures from one script.
1.280 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Giuseppe
il 20 Mar 2014
Commentato: Megh DESHPANDE
il 10 Nov 2022
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
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
Risposta accettata
Yoav Romach
il 20 Mar 2014
Hey Giuseppe, Yes, you need to call figure() in between. You can just call it without parameters and it'll work, or you can check the function page and see what options you can put in
3 Commenti
Più risposte (1)
Mischa Kim
il 20 Mar 2014
Correct, use figure just before each of the individual plot commands.
3 Commenti
Vedere anche
Categorie
Scopri di più su Specifying Target for Graphics Output in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!