Reply by Amol Sawant August 7, 20022002-08-07
Hi Kunal,
The file which you downloaded is a time versus Amplitude series, what you can do
is save this file from Excel with extension .csv (comma seperated variable) or
as .wk4 format. Then use the load command in command window with the name of
this file in brackets (please refer Load help for exact syntax) and assign it to
a variable. Before that, try separating the time info and Amplitude info into
separate files this will give you an array for time & amp separately in matlab.
for ex: t = load('sine.csv');
don't forget to put semicolon after the stmt, since it causes the result from
appearing on screen. Otherwise you will see the whole series on the screen!
I think this should take care of your problem.
Regards,
Amol.

raval kunal wrote:Hi Everyone,

I have a rather strange doubt. I got the data in Excel sheet. Actually it is the
time-series data obtained using Power Lab ( PC version of Matlab with limited
features ). And now I want to perform advanced features of Matlab on it. So can
anyone tell me how can I convert this excel file to matlab file or
how should I proceed???

I would highly appreciate suggestions.

Thanking you,

Kunal. _____________________________________
Note: If you do a simple "reply" with your email client, only the author of this
message will receive your answer. You need to do a "reply all" if you want your
answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join:

To Post:

To Leave:

Archives: http://www.yahoogroups.com/group/matlab

More DSP-Related Groups: http://www.dsprelated.com/groups.php3 ---------------------------------



Reply by raval kunal August 6, 20022002-08-06
Hi Everyone,

I have a rather strange doubt. I got the data in Excel sheet. Actually it is the
time-series data obtained using Power Lab ( PC version of Matlab with limited
features ). And now I want to perform advanced features of Matlab on it. So can
anyone tell me how can I convert this excel file to matlab file or
how should I proceed???

I would highly appreciate suggestions.

Thanking you,

Kunal.