More intuitive subplot

版本 1.2.0.0 (1.4 KB) 作者: Peter Li
Matlab's subplot is useful for throwing figures together but the indexing is very counter-intuitive.
291.0 次下载
更新时间 2011/11/8

查看许可证

Simple wrapper for Matlab's subplot. Most arguments get passed straight through. The only difference is in how the thisPlot index is handled. Instead of being a counter-intuitive 1D index, you just use 2D indices. For example, if you want a subregion from rows 3:4 and cols 4:5, just put {3:4 4:5}. If you want a single row/col region, just do {x y} or [x y].

引用格式

Peter Li (2024). More intuitive subplot (https://www.mathworks.com/matlabcentral/fileexchange/33667-more-intuitive-subplot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
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.2.0.0

Small interface tweak

1.1.0.0

Fixed bug

1.0.0.0