Contents | %%%%%%%%%%%%%%%%%%% class: xyzdata %%%%%%%%%%%%%%%%%%%% |
display | DISPLAY overloads display functionality for xyzdata objects. |
eq | EQ overloads the == operator for xyzdata objects. |
get | GET gets xyzdata properties. |
get_xyz_values | GET_XYZ_VALUES returns the x-axis and/or y-axis and/or z-axis values. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given xyzdata has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for xyzdata objects. |
save | SAVE an xyzdata object to file. |
set | SET sets an xyzdata property. |
single_operation | SINGLE_OPERATION implements specified operator overload for xyzdata objects. |
subsasgn | SUBSASGN define index assignment for xyzdata properties. |
subsref | SUBSREF Define field name indexing for xyzdata objects. |
xyzdata | XZYDATA X-Y-Z data object class constructor. |