From: Jinkui Zhu on
On Apr 26, 5:03 pm, "Jesse " <jessepe...(a)gmail.com> wrote:
> If I use code such as:
> fig1 = figure(....);
> ...
> saveas(fig1, 'myfilename.jpg');
>
> The saved file can look terrible because the figure wasn't maximized prior to saving (if you save it after maximising yourself, then it looks fine).
>
> Is there some way I can maximize the figure after creating it so that it saves properly?
>
> Thanks,
> Jesse

with 'print' function, you can specify the resolution of the figure
you save. maybe it will help.