Last updated 2 years ago
Was this helpful?
Returns the methods name of an object handle.
c = methods(h)
h - a handle object
c - a cell of strings
methods returns a cell of strings with methods name.
, .
1.0.0
initial version
Allan CORNET