How to declare an empty Financial Time Series ?

조회 수: 1 (최근 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개)

Kawee Numpacharoen
Kawee Numpacharoen 2017년 9월 12일
The answer is already in the above comment

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by