hi , how can i plot more than one figure separately ( i don't mean subplot or hold on) ?

 Respuesta aceptada

You can use
figure(1),figure(2)
etc.,where number 'n' in figure(n) indicates the figure window number.

2 comentarios

or if you are just wanting new and do not need to know the number just
figure
for a new figure will do the trick

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 15 de Abr. de 2014

Comentada:

el 15 de Abr. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by