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 Kommentar

Chad Greene
Chad Greene am 16 Jun. 2014
I doubt the folks on this forum are the best people to ask for advice on getting a date. :)

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Sean de Wolski
Sean de Wolski am 16 Jun. 2014

0 Stimmen

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

0 Stimmen

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

Kategorien

Mehr zu Manage Products finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 16 Jun. 2014

Kommentiert:

am 16 Jun. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by