The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

: methods (obj)
: mtds = methods (obj)

List the names of the public methods for the object octave_com_object obj.

When called with no output arguments, methods prints the list of method names to the screen. Otherwise, the output argument mtds contains the list in a cell array of strings.

See also: methods.

Package: windows