fts2timetable
Convert financial time series objects (fints
) to timetable
object
Syntax
Description
converts a TT
= fts2timetable(FTS
)M
-by-N
fints
object to a
M
-by-N
MATLAB®
timetable
object (TT
). The date and time information in
the fints
object becomes the TT
time vector, while the
remaining variables in the fints
object become variables in
TT
. The fints
description property
(DESC
) is mapped to TT.Properties.Description
. The
fints
frequency indicator property (FREQ
) is unused
and removed from the output TT
. For more information, see Convert Financial Time Series Objects fints to Timetables.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a