Contents | %%%%%%%%%%%%%%%%%%% class: param %%%%%%%%%%%%%%%%%%%% |
cat | CAT concatenate params into a vector. |
char | CHAR convert a param object into a string. |
display | DISPLAY display a parameter |
display2 | DISPLAY display a parameter |
eq | EQ overloads the == operator for param objects. |
get | GET get parameter properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given param has all the correct fields of the correct type. |
mux | MUX concatenate params into a vector. |
ne | NE overloads the ~= operator for param objects. |
param | PARAM Parameter object class constructor. |
save | SAVE a param object to file. |
set | SET set a parameter property. |
string | STRING writes a command string that can be used to recreate the input param object. |
subsasgn | SUBSASGN define index assignment for parameter properties. |
subsref | SUBSREF Define field name indexing for parameter objects. |