Path: news.mathworks.com!not-for-mail
From: "AMMAL " <alanazi@ualberta.ca>
Newsgroups: comp.soft-sys.matlab
Subject: Re: exporting processed singnal using 1 D wavelet
Date: Thu, 20 Dec 2007 15:13:22 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 36
Message-ID: <fke0qh$fiq$1@fred.mathworks.com>
References: <fkdms8$mna$1@fred.mathworks.com> <fkdvm2$6iv$1@fred.mathworks.com>
Reply-To: "AMMAL " <alanazi@ualberta.ca>
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 1198163602 15962 172.30.248.37 (20 Dec 2007 15:13:22 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 20 Dec 2007 15:13:22 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 895852
Xref: news.mathworks.com comp.soft-sys.matlab:443178



Would you please explain what XLSWRITE is. I just need to 
get the data for which the figure is given by wavelet so i 
can perform other analysis. 

"Steven Lord" <slord@mathworks.com> wrote in message <fkdvm2
$6iv$1@fred.mathworks.com>...
> 
> "AMMAL " <alanazi@ualberta.ca> wrote in message 
> news:fkdms8$mna$1@fred.mathworks.com...
> > Hi All,
> > I am processing a 1-D signal using wavelet. i am 
wondering
> > how would i export the processed signal (not the 
figure) to
> > be able to read the data in Excel.
> 
> I'd probably start by looking at XLSWRITE and/or 
CSVWRITE, and if those 
> didn't do what you want I'd look at some of the other 
file I/O functions 
> listed in "help iofun".
> 
> Alternately, if you're planning to use Excel to perform 
some analysis on 
> your signal, I'd look and see if MATLAB has the 
capabilities you need to 
> perform that analysis and skip Excel altogether.  I may 
be a little biased, 
> though :)
> 
> -- 
> Steve Lord
> slord@mathworks.com 
> 
>