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