help
Help for functions in Command Window
Description
help
displays the help text for the
functionality specified by name
name
, such as a function, method,
class, toolbox, or variable.
Note
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.
help
displays content relevant to your previous
actions.
Examples
Input Arguments
Tips
To prevent long descriptions from scrolling off the screen before you have time to read them, enter
more on
, and then enter thehelp
statement.To identify the package name for a class, create an instance of the class, and then call
class(obj)
.
Alternative Functionality
View more extensive help using the doc
command or the Function Browser.
Version History
Introduced before R2006a