Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

methods

Returns the methods name of an object handle.

Syntax

  • c = methods(h)

Input argument

  • h - a handle object

Output argument

  • c - a cell of strings

Description

methods returns a cell of strings with methods name.

See also

isprop, ismethod.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET