methods
Returns the methods name of an object handle.
📝Syntax
c = methods(h)
📥Input Arguments
Parameter Description
h a handle object
📤Output Arguments
Parameter Description
c a cell of strings
📄Description
methods returns a cell of strings with methods name.
🔗See Also
ispropismethod
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub