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