どのようにしてsubplotでなるべく余白を少なくすることができますか?
显示 更早的评论
どのようにしてsubplotでなるべく余白を少なくすることができますか?
以下のようなスクリプトで作成した Figure の上下左右の余白を可能な限り少なく方法を教えて下さい。
rect1 = [ 0, 0, 960, 650];
set(gcf, 'Position', rect1);
for i0=1:25;
subplot(5,5,i0);plot(randn(1,100))
end;
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Subplots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!