Getting Date from fints object
古いコメントを表示
Hi
I'm just getting my head around the Financial Toolbox. I've got a time series object and want to extract the date for a particular row. I can extract specific bits of data from the fields using things like fts2mat(), but I can't see how to get the date for say row 10. Any pointers would be welcome.
Thanks Martyn
1 件のコメント
Chad Greene
2014 年 6 月 16 日
I doubt the folks on this forum are the best people to ask for advice on getting a date. :)
回答 (2 件)
Sean de Wolski
2014 年 6 月 16 日
You can index into the date using . notation:
data = [1:15]'
dates = [today:today+14]'
tsobjkt = fints(dates, data)
tsobjkt.dates(10)
Martyn
2014 年 6 月 16 日
0 投票
1 件のコメント
Sean de Wolski
2014 年 6 月 16 日
Please accept the answer if it helped you :)
カテゴリ
ヘルプ センター および File Exchange で Manage Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!