gpt4 book ai didi

matlab - 如何控制子图周围的边距大小?

转载 作者:太空宇宙 更新时间:2023-11-03 19:06:32 25 4
gpt4 key购买 nike

我正在使用 subplot 命令绘制 5 x 3 图,但每个子图周围都有很大的边距。

如何控制它们周围的边距大小?

figure;
for c=1:15
subplot(5,3,c);
imagesc(reshape(image(:,c), 360,480));
colormap gray;
axis image;
end

alt text

最佳答案

问题是 Matlab 分配了每个轴的 position 属性,使得每个图周围都有空间。您可以调整 position 属性,或者您可以获得 subaxis从文件交换并按照您喜欢的方式设置子图。

关于matlab - 如何控制子图周围的边距大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4410873/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com