Contents | %%%%%%%%%%%%%%%%%%% class: xydata %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a param object into a string. |
display | DISPLAY overloads display functionality for xydata objects. |
eq | EQ overloads the == operator for xydata objects. |
get | GET gets xydata 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 xydata has all the correct fields of the correct type. |
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. |
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. |
xydata | XYDATA X-Y data object class constructor. |