Return true if method of handle object.
res = ismethod(h, methodname)
h - a handle object
methodname - a string
res - a logical: true or false
ismethod returns a logical 1 if the argument is a valid handle with method name and a logical 0 otherwise.
isprop, methods.
1.0.0
initial version
Last updated 4 months ago