Development Environment    

Using Help Functions

There are several help functions that provide different forms of help than the Help browser, or provide alternative ways to access help.

Function
Description
doc
Displays the reference page for the specified function in the Help browser, providing syntax, a description, examples, and links to related functions.
docopt
For UNIX platforms that do not support Java GUIs, use docopt to specify the location of help files.
help
Displays M-file help (a description and syntax) in the Command Window for the specified function.
helpbrowser
Opens the Help browser, the MATLAB interface for accessing documentation.
helpdesk
Opens the Help browser. In previous releases, helpdesk displayed the Help Desk, which was the precursor to the Help browser. In a future release, the helpdesk function will be phased out.
helpwin
Displays in the Help browser a list of all functions, providing access to M-file help for the functions.
lookfor
Displays in the Command Window a list and brief description for all functions whose brief description includes the specified keyword.
web
Opens the specified URL in the specified Web browser, with the default being the MATLAB Help browser. You can use the web function in your own M-files to display documentation.


 Printing Documentation Viewing Function Reference Pages - the doc Function