How would I open multiple figures from one script.

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 comentarios

Austin Gee
Austin Gee el 16 de Nov. de 2017
Editada: Austin Gee el 16 de Nov. de 2017
the coding format is
figure(1)
plot(x,y)
figure(2)
plot(x2,y2)
figure(3)
plot(x3,y3)
Chirag GAUR
Chirag GAUR el 4 de Mayo de 2020
Editada: Chirag GAUR el 4 de Mayo de 2020
Thankyou Very Much...!! lml
For having multiple plots in single window you may go for 'subplot' command

Iniciar sesión para comentar.

 Respuesta aceptada

Yoav Romach
Yoav Romach el 20 de Mzo. de 2014

18 votos

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 comentarios

Giuseppe
Giuseppe el 20 de Mzo. de 2014
thanks
Adarsh Vasa
Adarsh Vasa el 20 de Mzo. de 2019
Thank you.
Thank you very much... This helped a lot

Iniciar sesión para comentar.

Más respuestas (1)

Mischa Kim
Mischa Kim el 20 de Mzo. de 2014

12 votos

Correct, use figure just before each of the individual plot commands.

3 comentarios

Giuseppe
Giuseppe el 20 de Mzo. de 2014
thanks for the further clarification
ron shilling
ron shilling el 24 de Feb. de 2016
Awesome, thanks for making it so clear, worked great!!!
Thank you Mischa, it worked for me too!
Best!

Iniciar sesión para comentar.

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 20 de Mzo. de 2014

Comentada:

el 10 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by