From: Jetson Ronald on
Hello
I am plotting my data and I want to save them in picture format.
How can I do that?
Thank you
jet
From: Wayne King on
"Jetson Ronald" <ajetsonronald(a)yahoo.co.in> wrote in message <i3ebff$2p9$1(a)fred.mathworks.com>...
> Hello
> I am plotting my data and I want to save them in picture format.
> How can I do that?
> Thank you
> jet

File > Save As > Save as type

or use print from the command line, see

>>doc print

(By the way, I'm assuming when you say "picture", you don't mean the old Apple PICT format)

Wayne
From: Steven_Lord on


"Jetson Ronald" <ajetsonronald(a)yahoo.co.in> wrote in message
news:i3ebff$2p9$1(a)fred.mathworks.com...
> Hello
> I am plotting my data and I want to save them in picture format. How can
> I do that?
> Thank you
> jet

Take a look at the PRINT, SAVEAS, or IMWRITE functions.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

From: ImageAnalyst on
My favorite way:
http://www.mathworks.com/matlabcentral/fileexchange/23629-exportfig