How can i plot files separately?

Whenever I want to plot graphics (quiver, bode, rootl...) different files come together as seen in the picture. What can I do against it?

2 Comments

Please attach code?
h=tf([100],[1 6 11 6]);
nyquist(h);
and after some time when i want to plot another transfer function, then i get the graph in the attachment.

Sign in to comment.

Answers (1)

madhan ravi
madhan ravi on 11 Dec 2018
put figure before each plot command instead of subplots

Categories

Tags

Asked:

on 11 Dec 2018

Commented:

on 12 Dec 2018

Community Treasure Hunt

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

Start Hunting!