Path: news.mathworks.com!not-for-mail
From: "Steven Lord" <slord@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: exporting processed singnal using 1 D wavelet
Date: Thu, 20 Dec 2007 12:01:19 -0500
Organization: The MathWorks, Inc.
Lines: 24
Message-ID: <fke74v$6ug$1@fred.mathworks.com>
References: <fkdms8$mna$1@fred.mathworks.com> <fkdvm2$6iv$1@fred.mathworks.com> <fke0qh$fiq$1@fred.mathworks.com>
Reply-To: "Steven Lord" <slord@mathworks.com>
NNTP-Posting-Host: lords.dhcp.mathworks.com
X-Trace: fred.mathworks.com 1198170079 7120 144.212.105.187 (20 Dec 2007 17:01:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 20 Dec 2007 17:01:19 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
X-RFC2646: Format=Flowed; Original
Xref: news.mathworks.com comp.soft-sys.matlab:443197




"AMMAL " <alanazi@ualberta.ca> wrote in message 
news:fke0qh$fiq$1@fred.mathworks.com...
> 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.

Type "help xlswrite" without the quotes at the prompt.  That will give you 
the M-file help for the XLSWRITE function; you can do the same thing with 
CSVWRITE or just about any function in MATLAB.  If you want more information 
than what's in the M-file help, use "doc xlswrite" (again without the 
quotes.)

I'm not sure I exactly understand what you're trying to do -- are you trying 
to take some data, that you've plotted, and put it into Excel; are you 
trying to take a figure that someone gave you, extract the data, and put it 
into Excel; or are you trying to do something else (in which case, please 
describe what you're trying to do in more detail.)

-- 
Steve Lord
slord@mathworks.com