Help Tips: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
There are a variety of ways to get help in PLS_Toolbox. Aside from this help browser, you can also use the following commands at the Matlab command line: | There are a variety of ways to get help in PLS_Toolbox. Aside from this help browser, you can also use the following commands at the Matlab command line: | ||
:"<''functionname''> demo" gives a demo to use the function. | |||
:"<''functionname''> io" gives a short list of function I/O. | |||
:"<''functionname''> help" gives a detailed help page for the function. | |||
:"help <''functionname''>" gives short help on the function. | |||
:"lookfor <''keyword''>" lists functions related to the specified keyword. | |||
For help in working with I/O and options of functions, see [[Working With Function Options]] | |||
(Sub topic of [[Getting_Started_Documentation_and_Help|Getting Started Documentation and Help]]) | |||
(Sub topic of [[Getting_Started_Documentation_and_Help| |
Latest revision as of 15:53, 13 March 2012
There are a variety of ways to get help in PLS_Toolbox. Aside from this help browser, you can also use the following commands at the Matlab command line:
- "<functionname> demo" gives a demo to use the function.
- "<functionname> io" gives a short list of function I/O.
- "<functionname> help" gives a detailed help page for the function.
- "help <functionname>" gives short help on the function.
- "lookfor <keyword>" lists functions related to the specified keyword.
For help in working with I/O and options of functions, see Working With Function Options
(Sub topic of Getting Started Documentation and Help)