showall

版本 1.0.0.0 (2.5 KB) 作者: Toby Driscoll
Show all open or selected figures in a grid.
165.0 次下载
更新时间 2015/7/30

查看许可证

Has this happened to you: You run a script that pops open a bunch of new figures, all on top of each other. You want to spread them out and look at them all at once. So you drag, resize, drag, resize, etc. Isn't this what computers were invented for?
With this function, your computer will finally be smarter than you at this. Just create the plots you want, then issue a 'showall' command and they will pop up to the front and lie in a neat grid. For example:

close all, ezplot(@sin,[-pi pi])
figure, ezplot(@cos,[-pi pi])
figure, ezplot(@sinh,[-pi pi])
figure, ezplot(@cosh,[-pi pi])

showall

引用格式

Toby Driscoll (2024). showall (https://www.mathworks.com/matlabcentral/fileexchange/52344-showall), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0