MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   如何在MATLAB中创建新图形? (https://www.labfans.com/bbs/showthread.php?t=22588)

poster 2019-12-10 16:49

如何在MATLAB中创建新图形?
 
通常,当我在[URL="http://en.wikipedia.org/wiki/MATLAB"]MATLAB中进行[/URL]绘制时,它总是绘制在同一图形上。如何使它画一个新的数字?

我知道它很基本,但是我无法使用Google搜索找到它。


回答:
figure; plot(something); 要么

figure(2); plot(something); ... figure(3); plot(something else); ... 等等



[url=https://stackoverflow.com/questions/433326]更多&回答...[/url]


所有时间均为北京时间。现在的时间是 23:27

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.