More intuitive subplot

버전 1.2.0.0 (1.44 KB) 작성자: Peter Li
Matlab's subplot is useful for throwing figures together but the indexing is very counter-intuitive.
다운로드 수: 291
업데이트 날짜: 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