How to subplot 3by2 in matlab?
조회 수: 2 (최근 30일)
이전 댓글 표시
How I can plot like this?
Fig1 Fig2
Fig3 Fig4
Fig5 Fig6
댓글 수: 0
답변 (2개)
Steven Lord
2022년 12월 22일
Use the "Quadrant of Subplots" example on the documentation page for the subplot function as a model (all you'd need to do is change the size of the grid and add two more subplot calls and plotting commands) or use tiledlayout in a similar way.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Subplots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!