Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!postnews.google.com!24g2000hsh.googlegroups.com!not-for-mail
From: ImageAnalyst <imageanalyst@mailinator.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Transform a plot into an image
Date: Thu, 15 May 2008 17:17:13 -0700 (PDT)
Organization: http://groups.google.com
Lines: 15
Message-ID: <48946067-df0f-42d6-9ec5-2745a6adbaa9@24g2000hsh.googlegroups.com>
References: <33278300.1210889040237.JavaMail.jakarta@nitrogen.mathforum.org>
NNTP-Posting-Host: 75.186.67.199
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1210897033 5564 127.0.0.1 (16 May 2008 00:17:13 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 16 May 2008 00:17:13 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 24g2000hsh.googlegroups.com; posting-host=75.186.67.199; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 
Xref: news.mathworks.com comp.soft-sys.matlab:468742


On May 15, 6:03=A0pm, Dave <koho...@hotmail.com> wrote:
> Hi everyone,
>
> I would like to transform a plot into an image.
>
> i've tried:
>
> plot(x,y);
> d=3Dgetimage(gca)
>
> but it doesnt work
>
> THANKS!

Try getframe()