Help Tips: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
No edit summary
imported>Jeremy
No edit summary
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" to see a short demo.
:"<''functionname''> demo" gives a demo to use the function.
:"<''functionname''> io" to get short list of function I/O.
:"<''functionname''> io" gives a short list of function I/O.
:"<''functionname''> help" to get extensive help.
:"<''functionname''> help" gives a detailed help page for the function.
:"help <''functionname''>" to get short help.
:"help <''functionname''>" gives short help on the function.
:"lookfor <''keyword''>" to find functions related to keyword.
:"lookfor <''keyword''>" lists functions related to the specified keyword.
   
   
(Sub topic of [[Getting_Started_Documentation_and_Help|Getting Started Documentation and Help]])
(Sub topic of [[Getting_Started_Documentation_and_Help|Getting Started Documentation and Help]])

Revision as of 13:29, 4 September 2008

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.

(Sub topic of Getting Started Documentation and Help)