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 件のコメント
参考
カテゴリ
Find more on Subplots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!