MATLAB Environment     Search    Help Desk 

Help and Online Documentation

Help from the Command Line

There are several different ways to access online information about MATLAB functions:

Command
Description
help
Display in the Command Window a description of the specified command
helpwin
Display a help window that describes the specified command and allows viewing help for other topics
lookfor
Display in the Command Window a brief description for all commands whose description includes the specified keyword
helpdesk
Display the Help Desk page in a Web browser, providing direct access to a comprehensive library of online help, PDF-formatted documentation, troubleshooting information, and The MathWorks Web site
doc
Display in a Web browser the reference page for the specified command, providing a description, additional remarks, and examples

Note
MATLAB Command Window help entries use uppercase characters for the function and variable names to make them stand out from the rest of the text. When typing function names, however, always use the corresponding lowercase characters since MATLAB is case sensitive and all function names are actually in lowercase.

Help Menus and Help Buttons

In the figure window use the Help menu to access help for the Plot Editor, for MATLAB Graphics, and to access the Help Window and Help Desk. In the PrintFrame Editor window, use the Help menu to access help for editing printframes.

In the Page Setup dialog box and in the Plot Editor dialog boxes, click the Help button to access help for those dialog boxes.

On Windows platforms, in the Command Window, you can access the Help Window by selecting the Help Window option under the Help menu, or by clicking the question mark button on the menu bar. You can also access the Help Desk by selecting the Help Desk option under the Help menu.



[ Previous | Help Desk | Next ]