Help Tips: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
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''> 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.
   
   
<>Type "&lt;<em>functionname</em>&gt; demo" to see a short demo.&nbsp;&nbsp;&nbsp;<a desc="matlab:auto('demo')"><font size="-1">[example]</font></a>
(Sub topic of [[Getting_Started_Documentation_and_Help|Getting Started Documentation and Help]])
<>Type "&lt;<em>functionname</em>&gt; io" to get short list of function I/O.&nbsp;&nbsp;&nbsp;<a desc="matlab:auto('io')"><font size="-1">[example]</font></a>
<>Type "&lt;<em>functionname</em>&gt; help" to get extensive help.&nbsp;&nbsp;&nbsp;<a desc="matlab:auto('help')"><font size="-1">[example]</font></a>
<>Type "help &lt;<em>functionname</em>&gt;" to get short help. &nbsp;&nbsp;&nbsp;<a desc="matlab:help auto"><font size="-1">[example]</font></a>
<>Type "lookfor &lt;<em>keyword</em>&gt;" to find functions related to keyword.&nbsp;&nbsp;&nbsp;<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 13:28, 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" 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)