How to declare an empty Financial Time Series ?
Show older comments
I want to populate a FinTS in a for loop.
Before the for loop, I need like to declare an empty FinTS (with only the data names) that will contain the data parsed by the for loop.
I tried things similar to :
myFTS = fints([],[],{'Open','Close'})
But none worked. Any help appreciated.
1 Comment
Frederic Lidove
on 12 Sep 2017
Answers (1)
Kawee Numpacharoen
on 12 Sep 2017
0 votes
The answer is already in the above comment
Categories
Find more on MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!