char | CHAR convert a param object into a string. |
display | DISPLAY implement terminal display for xydata object. |
eq | EQ overloads the == operator for xydata objects. |
get | GET gets xydata properties. |
get_xy_axis | GET_XY_AXIS returns the x-axis and/or y-axis values. |
ne | NE overloads the ~= operator for xydata objects. |
reshapeX | RESHAPEX reshape the X to match the Y vector. |
save | SAVE an xydata object to file. |
set | SET sets a xydata property. |
setX | SETX 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 xydata objects. |
subsasgn | SUBSASGN define index assignment for xydata properties. |
subsref | SUBSREF Define field name indexing for xydata objects. |
xml | XML convert an xydata object to an DOM XML object. |
xmladd | XMLADD add a xydata object to the given node of the input XML DOM |
xmlparse | XMLPARSE creates a xydata from a xydata xml file. |
xydata | XYDATA X-Y data object class constructor. |