Help for functions in Command Window
help
help name
help
lists all primary help
topics in the Command Window. Each main help topic corresponds to
a folder name on the MATLAB® search path.
help
displays
the help text for the functionality specified by name
name
,
such as a function, method, class, toolbox or variable.
|
Operator symbol (such as Some classes and other packaged items require that you specify the package name. Events, properties, and some methods require that you specify the class name. Separate the components of the name with periods, such as: help className.name help packageName.name help packageName.className.name If help name To get help for the methods of the help name.methodname If When
|
Some help text displays the names of functions in
uppercase characters to make them stand out from the rest of the text.
When typing these function names, use lowercase. For function names
that appear in mixed case (such as javaObject
),
type the names as shown.
To prevent long descriptions from scrolling
off the screen before you have time to read them, enter more
on
, and then enter the help
statement.
Some classes require that you specify the package
name to display the help text. To identify the package name, create
an instance of the class, and then call class(obj)
.
View more extensive help using the doc
command
or the Function Browser. To open the Function Browser, click its icon, .