Main Content

Enumerations

Data restricted to specific values for code acceleration

Enumerations represent a fixed set of named values. Enumerations help make your MATLAB® code more readable. For acceleration, enumeration classes must derive from built-in integer types.

Topics