Convert to specified frequency
convertto
will be removed in a future release. Use timetable
instead. For more information, see Convert Financial Time Series Objects fints to Timetables.
newfts = convertto(oldfts,newfreq) newfts = convertto(oldfts,newfreq,'param1','value1','param2','value2', ... )
| Name of an existing financial time series object. |
|
|
convertto
converts a financial time series of any frequency to one of a
specified frequency.
newfts = convertto(oldfts,newfreq)
converts the object
oldfts
to the new time series object newfts
with the
frequency newfreq
.
Refer to the documentation for each frequency conversion function to determine the valid parameter/value pairs.