Mathematica中文论坛-非官方
标题:
matlab 图像输出 分辨率 图像大小
[打印本页]
作者:
meatball1982
时间:
2016-3-4 14:24
标题:
matlab 图像输出 分辨率 图像大小
clear all
clc
close all
[x,y,z]=peaks(30);
FigHandle = figure('Position', [600, 100, 1024, 800]);
for i=1:6
subplot(2,3,i)
surf(x,y,z+0.5*i*rand(size(z)));
end
print('./IAmImageName','-dpng','-r200')
复制代码
在输出图的时候,有时子图很多.要看的清楚,就要把子图变大,整个图也变大,
存图的时候分辨率也要加大.
如果可能,子图之间的间隔还要变小.
IAmImageName.png
(205.4 KB, 下载次数: 1300)
下载附件
2016-3-4 14:24 上传
欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/)
Powered by Discuz! X3.2