From: Zulma on
Hi! I'm a new user and I don't know how to export a tseries to excel. I have 74 tseries in a mat file. I wan't to know how I can convert my tseries to one single matrix of 74 columns. It doesn't matter if I can't include dates (I could add this afterwards in excel because all my tseries have the same range)...If you know a quicker way to export my 74 tseries to excel please help !!.. Thanks!
From: Sadik on
Hello Zulma,

Please type

help xslwrite

in matlab. This shows you how to export your data into excel.

Best.

"Zulma " <zbbh.eco(a)gmail.com> wrote in message <hljj1l$5pu$1(a)fred.mathworks.com>...
> Hi! I'm a new user and I don't know how to export a tseries to excel. I have 74 tseries in a mat file. I wan't to know how I can convert my tseries to one single matrix of 74 columns. It doesn't matter if I can't include dates (I could add this afterwards in excel because all my tseries have the same range)...If you know a quicker way to export my 74 tseries to excel please help !!.. Thanks!
From: sagar poudel on
Hi
you can write
xlswrite(name of ur variable);
else use,
csvwrite(name)

Thanks.


"Sadik " <sadik.hava(a)gmail.com> wrote in message <hljlap$5dq$1(a)fred.mathworks.com>...
> Hello Zulma,
>
> Please type
>
> help xslwrite
>
> in matlab. This shows you how to export your data into excel.
>
> Best.
>
> "Zulma " <zbbh.eco(a)gmail.com> wrote in message <hljj1l$5pu$1(a)fred.mathworks.com>...
> > Hi! I'm a new user and I don't know how to export a tseries to excel. I have 74 tseries in a mat file. I wan't to know how I can convert my tseries to one single matrix of 74 columns. It doesn't matter if I can't include dates (I could add this afterwards in excel because all my tseries have the same range)...If you know a quicker way to export my 74 tseries to excel please help !!.. Thanks!
 | 
Pages: 1
Prev: solve Ax=b
Next: root (cube, 4th, nth)