| Contents | Index |
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 name displays the help text for the functionality specified by name, such as a function, method, class, or toolbox.
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).
Display help for the MATLAB close function.
help closeBecause close refers to the name of a function and to the name of several methods, the help text includes hyperlinks to the overloaded methods.
Request help for the Database Toolbox™ close method.
help database.closeDisplay help for the containers package, Map class, and the isKey method.
help containers help containers.Map help containers.Map.isKey
Not all packages, classes, and associated methods or events require complete specification. For example, display the help for the throwAsCaller method of the MException class.
help throwAsCallerList all of the functions in the folder matlabroot/toolbox/matlab/general by specifying a partial path.
help generalView more extensive help using the doc command
or the Function Browser. To open the Function Browser, click its icon,
.
class | dbtype | doc | lookfor | more | path | what | which | whos
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |