Help Tips

From Eigenvector Research Documentation Wiki
Revision as of 13:28, 4 September 2008 by imported>Jeremy
Jump to navigation Jump to search

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" to see a short demo.
"<functionname> io" to get short list of function I/O.
"<functionname> help" to get extensive help.
"help <functionname>" to get short help.
"lookfor <keyword>" to find functions related to keyword.

(Sub topic of Getting Started Documentation and Help)