开发者

How to plot several graphs in same window in matlab

开发者_开发技巧I want to plot several graphs in Matlab so that they will appear next to one another inside the same window (is "figure" the correct term?). How do it achieve that?


subplot() is the command you are looking for. Look up here for more details.


You can use the subplot() command.


The subplot command will allow you to split your figure in multiple subfigures. See the subplot help for usage info.

Regards

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜