How to declare an empty Financial Time Series ?

2 ビュー (過去 30 日間)
Frederic Lidove
Frederic Lidove 2017 年 9 月 12 日
回答済み: Kawee Numpacharoen 2017 年 9 月 12 日
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 件のコメント
Frederic Lidove
Frederic Lidove 2017 年 9 月 12 日
Ok found it:
myFTS = fints();

サインインしてコメントする。

回答 (1 件)

Kawee Numpacharoen
Kawee Numpacharoen 2017 年 9 月 12 日
The answer is already in the above comment

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by