Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: output images
Date: Fri, 31 Jul 2009 16:35:14 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <h4v6g2$5bs$1@fred.mathworks.com>
References: <h4t9fq$hta$1@fred.mathworks.com> <h4ualk$5fe$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1249058114 5500 172.30.248.37 (31 Jul 2009 16:35:14 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 31 Jul 2009 16:35:14 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1875128
Xref: news.mathworks.com comp.soft-sys.matlab:559990


Yes, I got it. Using imwrite will be sufficient.

Thanks
"Oliver Woodford" <o.j.woodford.98@cantab.net> wrote in message <h4ualk$5fe$1@fred.mathworks.com>...
> "Diego Lass" wrote:
> > Hi there,
> > I have a n-by-m-by-3 matrix of true color image(not the image itself).  How do I output the image to a file?
> > 
> > Thanks 
> > Diego
> 
> I don't understand why the matrix is not the image. Does imwrite work?
> Oliver