From: Xiao ? on
Hi there,

I would like to ask you how can I save a image drawn by surf function without blank and axes, etc..

I would really appreciate any help of you

Thank you
Xiao Xiao
From: us on
"Xiao ?" <springxxc(a)163.com> wrote in message <hshgj4$86p$1(a)fred.mathworks.com>...
> Hi there,
>
> I would like to ask you how can I save a image drawn by surf function without blank and axes, etc..
>
> I would really appreciate any help of you
>
> Thank you
> Xiao Xiao

one of the solutions

surf(peaks(32));
axis off;

us
From: someone on
"Xiao ?" <springxxc(a)163.com> wrote in message <hshgj4$86p$1(a)fred.mathworks.com>...
> Hi there,
>
> I would like to ask you how can I save a image drawn by surf function without blank and axes, etc..
>
> I would really appreciate any help of you
>
> Thank you
> Xiao Xiao

% I'm not sure what you mean by "without blank"
% But, without axes, try using the:
axis off
% command before issuing the save from the Figure toolbar.
% Note: axis NOT axes