Help Tips: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
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: | ||
Line 8: | Line 7: | ||
<>Type "help <<em>functionname</em>>" to get short help. <a desc="matlab:help auto"><font size="-1">[example]</font></a> | <>Type "help <<em>functionname</em>>" to get short help. <a desc="matlab:help auto"><font size="-1">[example]</font></a> | ||
<>Type "lookfor <<em>keyword</em>>" to find functions related to keyword. <a desc="matlab:lookfor('auto')"><font size="-1">[example]</font></a> | <>Type "lookfor <<em>keyword</em>>" to find functions related to keyword. <a desc="matlab:lookfor('auto')"><font size="-1">[example]</font></a> | ||
(Sub topic of [[Getting_Started_Documentation_and_Help|Getting_Started_Documentation_and_Help]]) |
Revision as of 16:40, 2 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:
<>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>
(Sub topic of Getting_Started_Documentation_and_Help)