The Wayback Machine - https://web.archive.org/web/20120306201153/http://www.mathworks.com:80/help/techdoc/matlab_prog/f10-60119.html
Skip to Main Content Skip to Search
Product Documentation

Help

Using the Help Browser

Open the Help browser from the MATLAB Command Window using one of the following:

For more information: See Ways to Get Function Help.

Help on Functions from the Help Browser

You can find help on a MATLAB function in any of the following ways:

Help on Functions from the Command Window

Several types of help on functions are available from the Command Window:

Topical Help

In addition to the help on individual functions, you can get help on any of the following topics by typing help topicname at the command line.

Topic Name

Description

arith

Arithmetic operators

relop

Relational and logical operators

punct

Special character operators

slash

Arithmetic division operators

paren

Parentheses, braces, and bracket operators

precedence

Operator precedence

datatypes

MATLAB classes, their associated functions, and operators that you can overload

lists

Comma separated lists

strings

Character strings

function_handle

Function handles and the @ operator

debug

Debugging functions

java

Using Sun Java from within the MATLAB software.

changeNotification

Microsoft Windows change notification

Paged Output

Before displaying a lengthy section of help text or code, put MATLAB into its paged output mode by typing more on. This breaks up any ensuing display into pages for easier viewing. Turn off paged output with more off.

Page through the displayed text using the space bar key. Or step through line by line using Enter or Return. Discontinue the display by pressing the Q key or Ctrl+C.

Writing Your Own Help

Start each program you write with a section of text providing help on how and when to use the function. If formatted properly, the MATLAB help function displays this text when you enter

help functionname

MATLAB considers the first group of consecutive lines immediately following the function definition line that begin with % to be the help section for the function. The first line without % as the left-most character ends the help.

For more information: See Help Text.

Help for Subfunctions and Private Functions

You can write help for subfunctions using the same rules that apply to main functions. To display the help for the subfunction mysubfun in file myfun.m, type

help myfun>mysubfun

To display the help for a private function, precede the function name with private/. To get help on private function myprivfun, type

help private/myprivfun

Help for Methods and Overloaded Functions

You can write help text for object-oriented class methods implemented as MATLAB functions. Display help for the method by typing

help classname/methodname

where the file methodname.m resides in subfolder @classname.

For example, if you write a plot method for a class named polynom, (where the plot method is defined in the file @polynom/plot.m), you can display this help by typing

help polynom/plot

You can get help on overloaded MATLAB functions in the same way. To display the help text for the eq function as implemented in matlab/iofun/@serial, type

help serial/eq
  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A; sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS