Contents | %%%%%%%%%%%%%%%%%%% class: specwin %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a specwin object into a string. |
display | DISPLAY overloads display functionality for specwin objects. |
eq | EQ overloads the == operator for specfin objects. |
get | GET get specwin object properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given specwin has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for specwin objects. |
plot | PLOT plots a specwin object. |
save | SAVE a specwin object to file. |
set | SET sets a specwin property. |
specwin | SPECWIN spectral window object class constructor. |
string | STRING writes a command string that can be used to recreate the input window object. |
subsasgn | SUBSASGN define index assignment for specwin properties. |
subsref | SUBSREF Define field name indexing for specwin objects. |