MATLAB Functions | Help Desk |
methods
Display method names
methodsclass_name
n = methods('class_name
')
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.
help
Online help for MATLAB functions and M-files
what
List M-, MAT- and MEX-files
which
Locate functions and files