combplot

版本 1.0.0.0 (1.6 KB) 作者: Toby Driscoll
Copies axes from existing figures into a single new figure window.
2.1K 次下载
更新时间 2003/3/20

查看许可证

This is an "after the fact" way to use SUBPLOT. For example:

close('all'), ezplot('sin(t)')
figure, ezplot('cos(t)')
figure, ezplot('sin(t)+cos(t)')
combplot(1:3,[3 1])

This puts three plots into a vertical orientation in a new figure.

引用格式

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

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

Community Treasure Hunt

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

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