Creating Multiple Windowed Plots

Is it possible to create more than just one windowed plot at a time, within a given MATLAB script? I have a pretty big set of equations that I want to analyze in graph, but the subplot command doens't show enough details for me to just accept it like that. Is it possible at all to make it so that MATLAB creates multiple windowed plots, just so I can generate all of them at once, instead of having to ask it over and over again?

 采纳的回答

Chris McComb
Chris McComb 2015-4-13
编辑:Chris McComb 2015-4-13

0 个投票

You can use the command figure() to open a new window to plot in.

2 个评论

Thank you! =) That was exactly what I was looking for!

请先登录,再进行评论。

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by