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, what, which



[ Previous | Help Desk | Next ]