| MATLAB Function Reference | Search  Help Desk |
| methods | See Also |
Syntax
methodsclass_namen = methods('class_name')
Description
methods class_name
displays the names of the methods for the class with the name class_name.
n = methods('class_name')
returns the method names in a cell array of strings.
See Also
help, what, which