Using matlab and Time Series object (fints), how can I make an array of them?

Posted by CptanPanic on Stack Overflow See other posts from Stack Overflow or by CptanPanic
Published on 2010-05-23T20:58:51Z Indexed on 2010/05/23 21:10 UTC
Read the original article Hit count: 258

Filed under:
|

I am getting stock prices from yahoo, and want to have each stock have its own time series data structure, but also don't want to have hundreds of variables, so naturally I would want to have an array, but when I do something like array = [stock1 stock2]; it actually merges the series together. How can I make a real array? Thanks, CP

© Stack Overflow or respective owner

Related posts about matlab

Related posts about matlab-toolbox