Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Wavelets
Date: Thu, 19 Feb 2009 11:38:02 +0000 (UTC)
Organization: GAT
Lines: 16
Message-ID: <gnjgaq$brb$1@fred.mathworks.com>
References: <gnj46l$6jo$1@fred.mathworks.com> <05c804d9-7d04-40b3-9ee6-600cbf324ff4@p13g2000yqc.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1235043482 12139 172.30.248.38 (19 Feb 2009 11:38:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 19 Feb 2009 11:38:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1626626
Xref: news.mathworks.com comp.soft-sys.matlab:519404


vedenev <vedenev.maxim@gmail.com> wrote in message <05c804d9-7d04-40b3-9ee6-600cbf324ff4@p13g2000yqc.googlegroups.com>...
> Save it as mat-file. Then import this mat-file in workspase. It will
> be several variables
> X - image
> map - colormap
> 
> Then use imwrite in format:
> imwrite(X,map,filename,fmt)
> 
> -----------------------------------------
> Maxim Vedenev, MATLAB Custom Programming
> vedenev@ngs.ru
> http://simulations.narod.ru/

Thank you so much
it works