Get accessible properties of a classdef or an object
properties(classdef) properties(object) props = properties(classdef) props = properties(object)
Classdef from which we want to retrieve the properties
Object from which we want to retrieve the properties
a string matrix of accessible properties
![]() | If properties is called without output argument, the function only print list of properties. |
| Version | Description |
| 2026.0.0 | properties introduction. |