Propiedades .NET en MATLAB
Obtenga y establezca propiedades de .NET en MATLAB®; características especiales de las propiedades de .NET
En estos temas se describe cómo gestionar características especiales de las propiedades .NET en MATLAB.
Funciones
NET.setStaticProperty | Set static property or field name |
Temas
- Set Static .NET Property Values
You can set a static property using the
NET.setStaticPropertyfunction. - Call .NET Properties That Take an Argument
- Use .NET Properties in MATLAB
How MATLAB represents .NET properties and maps C# property and field access modifiers.