.NET Properties in MATLAB
Get and set .NET properties in MATLAB®, special features of .NET properties
These topics describe how to handle special features of .NET properties in MATLAB.
Functions
NET.setStaticProperty | Set static property or field name |
Topics
- Use .NET Properties in MATLAB
How MATLAB represents .NET properties and maps C# property and field access modifiers.
- Set Static .NET Property Values
You can set a static property using the
NET.setStaticPropertyfunction.