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
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
Sean de Wolski 2014년 6월 16일

0 개 추천

You can index into the date using . notation:
data = [1:15]'
dates = [today:today+14]'
tsobjkt = fints(dates, data)
tsobjkt.dates(10)
Martyn
Martyn 2014년 6월 16일

0 개 추천

Thanks very much for that. And of course obvious now you've told me :)

댓글 수: 1

Sean de Wolski
Sean de Wolski 2014년 6월 16일
Please accept the answer if it helped you :)

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Manage Products에 대해 자세히 알아보기

질문:

2014년 6월 16일

댓글:

2014년 6월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by