Contents | %%%%%%%%%%%%%%%%%%% class: plist %%%%%%%%%%%%%%%%%%%% |
append | APPEND append a parameter to the parameter list. |
char | CHAR convert a parameter list into a string. |
combine | COMBINE multiple parameter lists (plist objects) into a single plist. |
display | DISPLAY display plist object. |
eq | EQ overloads the == operator for plist objects. |
find | FIND overloads find routine for a parameter list. |
get | GET get parameter list properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isparam | ISPARAM look for a given key in the parameter list. |
isvalid | ISVALID tests if the given plist has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for param objects. |
nparams | NPARAMS returns the number of param objects in the list. |
plist | PLIST Plist class object constructor. |
pset | PSET set parameter list properties. |
pzmresp | PZMRESP shadow function for the pzmodel/resp. |
remove | REMOVE remove a parameter from the parameter list. |
resp | RESP shadows miir/iirResp. |
save | SAVE a plist object to file. |
set | SET set parameter list properties. |
string | STRING converts a plist object to a command string which will recreate the plist object. |
subsasgn | SUBSASGN define index assignment for parameter list properties. |
subsref | SUBSREF Define field name indexing for parameter list objects. |