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

7 vues (au cours des 30 derniers jours)
hi , how can i plot more than one figure separately ( i don't mean subplot or hold on) ?

Réponse acceptée

Sagar Damle
Sagar Damle le 15 Avr 2014
You can use
figure(1),figure(2)
etc.,where number 'n' in figure(n) indicates the figure window number.
  2 commentaires
Joseph Cheng
Joseph Cheng le 15 Avr 2014
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

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by