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

ismethod

Return true if method of handle object.

Syntax

  • res = ismethod(h, methodname)

Input argument

  • h - a handle object
  • methodname - a string

Output argument

  • res - a logical: true or false

Description

ismethod returns a logical 1 if the argument is a valid handle with method name and a logical 0 otherwise.

See also

isprop, methods.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET