MATLAB COMPILER RELEASE NOTES Guía de usuario Pagina 287

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 716
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 286
External Interfaces/API
9-25
Compatibility Considerations
MATLAB displays an error when you use the enumeration command to return arrays
of .NET enumeration objects. To read enumeration members into MATLAB arrays, see
Refer to a .NET Enumeration Member.
MATLAB enumerations no longer inherit from the MATLAB int32 class.
You cannot create arrays of .NET enumeration objects. For example, if you type:
a = [EnumTest.Colors.Red EnumTest.Colors.Blue]
MATLAB displays:
??? Array formation and indexing are not allowed on .NET objects.
To combine members of an enumeration into a MATLAB variable, see Combining
Enumerations into a Single MATLAB Variable.
Support for Asynchronous .NET Delegate Callback Handling
You can use delegates to call a synchronous method asynchronously. See Calling a .NET
Method Asynchronously.
Vista de pagina 286
1 2 ... 282 283 284 285 286 287 288 289 290 291 292 ... 715 716

Comentarios a estos manuales

Sin comentarios