Help for functions in Command Window
help displays the help text for the
functionality specified by namename, 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.
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.
To identify the package name for a class, create an instance of the class, and
then call class(obj).
View more extensive help using the doc command or the Function Browser.