Contents | %%%%%%%%%%%%%%%%%%% class: cdata %%%%%%%%%%%%%%%%%%%% |
cdata | CDATA constant data object class constructor. |
char | CHAR convert a cdata object into a string. |
display | DISPLAY implement terminal display for cdata object. |
eq | EQ overloads the == operator for cdata objects. |
get | GET get csdata properties. |
get_xy_values | GET_XY_VALUES returns the values in vals. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given cdata has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for cdata objects. |
save | SAVE a cdata object to file. |
set | SET set a cdata property. |
set_xy_axis | SET_XY_AXIS set the x-axis and y-axis values. |
single_operation | SINGLE_OPERATION implements specified operator overload for cdata objects. |
subsasgn | SUBSASGN define index assignment for fsdata properties. |
subsref | SUBSREF Define field name indexing for cdata objects. |