low resolution using 'visible off' and save the figure

1 次查看(过去 30 天)
Hi:
I met a problem with the display of the figure resolution between the figure plotted by Matlab and figure saved to my PC.
if I direct plot a figure with matlab, the resolution is definitely high.
but if I used the command: f = figure('visible','off'), and save the figure to my PC, the resolution is obviously lower than what I plotted with MATLAB.
I guess there might have somewhere to set the resolution, but I do not know how.
could anyway help me about this?
Thanks!
Li
  2 个评论
Yu Li
Yu Li 2018-2-5
hi: below are the steps:
f = figure('visible','off');
contour(xxx)
fig_name='abc.jpg';
saveas(f,fig_name,'jpg')
Thanks! Li

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by