Help Tips
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:
<>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)