How to affix a horizontal subplot below a regular plot?
古いコメントを表示
Summary is it. I want to have a regular plot directly above a subplot (horizontal, about half the vertical size of the top plot).
採用された回答
その他の回答 (1 件)
subplot(3,1,1:2); plot(rand(10,1))
subplot(3,1,3); plot(rand(10,1));
カテゴリ
ヘルプ センター および File Exchange で Subplots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


