mat*_*eek 27 matlab plot subplot
我正在使用subplot命令绘制5 x 3图,但每个子图周围都有很大的边距.
如何控制它们周围的边距大小?
有人可以帮忙吗?
figure;
for c=1:15
subplot(5,3,c);
imagesc(reshape(image(:,c), 360,480));
colormap gray;
axis image;
end
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
15482 次 |
最近记录: |