Help Tips

From Eigenvector Research Documentation Wiki
Revision as of 09:57, 2 September 2008 by imported>Jeremy (Importing text file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Help Tips

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:


<>Type "<functionname> demo" to see a short demo.   <a desc="matlab:auto('demo')">[example]</a> <>Type "<functionname> io" to get short list of function I/O.   <a desc="matlab:auto('io')">[example]</a> <>Type "<functionname> help" to get extensive help.   <a desc="matlab:auto('help')">[example]</a> <>Type "help <functionname>" to get short help.    <a desc="matlab:help auto">[example]</a> <>Type "lookfor <keyword>" to find functions related to keyword.   <a desc="matlab:lookfor('auto')">[example]</a>