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
|
View more extensive help using the doc
command
or the Function Browser. To open the Function Browser, click its icon,
.