.NET Enumerations in MATLAB - MATLAB & Simulink (original) (raw)

Main Content

Create and combine .NET enumerations in MATLAB®

MATLAB allows you to work with .NET enumerations using features of the MATLAB enumeration class and some features unique to .NET.

Enumerations contain members, methods, and underlying values. Terms you should know:

Note

The MATLAB language supports user-defined enumeration classes. If you are using enumerations defined in MATLAB, refer to the topics under the creating MATLAB classes Enumerations category.

Functions

bitnot .NET enumeration object bit-wise NOT instance method

Topics

Troubleshooting