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

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

Accepted Answer

Sagar Damle
Sagar Damle on 15 Apr 2014
You can use
figure(1),figure(2)
etc.,where number 'n' in figure(n) indicates the figure window number.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!