MATLAB Function Reference
  Go to function:
    Search    Help Desk 
methods    See Also

Display method names

Syntax

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        Online help for MATLAB functions and M-files

what        List M-, MAT- and MEX-files

which       Locate functions and files



[ Previous | Help Desk | Next ]