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!


