Contents | %%%%%%%%%%%%%%%%%%% class: tsdata %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a param object into a string. |
display | DISPLAY overloads display functionality for tsdata objects. |
eq | EQ overloads the == operator for tsdata objects. |
get | GET get tsdata properties. |
get_xy_values | GET_XY_VALUES returns the x-axis and/or y-axis values. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given tsdata has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for tsdata objects. |
reshapeT | RESHAPET reshape the time-vector to match the x vector. |
save | SAVE a tsdata object to file. |
set | SET sets a tsdata property. |
setTime | SETTIME sets the time-vector of a tsdata object based on the length of the x vector and the sample rate. |
set_xy_axis | SET_XY_AXIS set the x-axis and y-axis values. |
single_operation | SINGLE_OPERATION implements specified operator overload for tsdata objects. |
subsasgn | SUBSASGN define index assignment for for tsdata properties. |
subsref | SUBSREF Define field name indexing for tsdata objects. |
tsdata | TSDATA time-series object class constructor. |