Creating Multiple Windowed Plots

6 visualizaciones (últimos 30 días)
Vicente
Vicente el 13 de Abr. de 2015
Comentada: Chris McComb el 14 de Abr. de 2015
Is it possible to create more than just one windowed plot at a time, within a given MATLAB script? I have a pretty big set of equations that I want to analyze in graph, but the subplot command doens't show enough details for me to just accept it like that. Is it possible at all to make it so that MATLAB creates multiple windowed plots, just so I can generate all of them at once, instead of having to ask it over and over again?

Respuesta aceptada

Chris McComb
Chris McComb el 13 de Abr. de 2015
Editada: Chris McComb el 13 de Abr. de 2015
You can use the command figure() to open a new window to plot in.
  2 comentarios
Vicente
Vicente el 13 de Abr. de 2015
Thank you! =) That was exactly what I was looking for!
Chris McComb
Chris McComb el 14 de Abr. de 2015
Happy to help!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by