|
"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
|