char | CHAR convert a specwin object into a string. |
display | DISPLAY implement terminal display for specwin object. |
eq | EQ overloads the == operator for specwin objects. |
get | GET get specwin object properties. |
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 objects. |
subsref | SUBSREF Define field name indexing for specwin objects. |
xml | XML convert a specwin object to an DOM XML object. |
xmladd | XMLADD adds specwin object to the given node of the xml input |
xmlparse | XMLPARSE creates a specwin from a specwin xml file. |