combplot
版本 1.0.0.0 (1.6 KB) 作者:
Toby Driscoll
Copies axes from existing figures into a single new figure window.
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类别
- MATLAB > Graphics > Formatting and Annotation > Axes Appearance > Combine Multiple Plots > Subplots >
在 Help Center 和 MATLAB 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 |