ismethod
Return true if method of handle object.
📝
Syntax
res = ismethod(h, methodname)
📥
Input Arguments
Parameter
Description
h
a handle object
methodname
a string
📤
Output Arguments
Parameter
Description
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
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub