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 个评论

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.

请先登录,再进行评论。

回答(1 个)

madhan ravi
madhan ravi 2018-12-11

0 个投票

put figure before each plot command instead of subplots

类别

帮助中心File Exchange 中查找有关 Vector Fields 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by