Main Content

La traducción de esta página aún no se ha actualizado a la versión más reciente. Haga clic aquí para ver la última versión en inglés.

Introducción a Microsoft .NET

Ejemplos y conceptos para comenzar a usar rápidamente .NET en MATLAB®

La interacción con .NET permite introducir conjuntos de .NET en el entorno de MATLAB, construir objetos a partir de las clases contenidas en los conjuntos y llamar a métodos de estos objetos.

MATLAB admite cargar bibliotecas compiladas para .NET 5 y superiores, .NET Core y Microsoft® .NET Framework solo en la plataforma Microsoft Windows®. Para obtener más detalles, consulte System Requirements for Using MATLAB Interface to .NET. Para obtener información acerca de las versiones de .NET compatibles con MATLAB, consulte Interfaces de MATLAB a otros lenguajes.

Para determinar si el sistema tiene una versión compatible, utilice la función NET.isNETSupported.

Funciones

NET.addAssemblyMake .NET assembly visible to MATLAB
NET.isNETSupportedCheck for supported version of Microsoft .NET
NET.interfaceViewExplicit interface view of .NET object (desde R2023b)
NETSummary of functions in MATLAB .NET interface
enableNETfromNetworkDrive(To be removed) Enable access to .NET commands from network drive

Clases

NET.AssemblyMembers of .NET assembly

Objetos

NET.NetExceptionCapture error information for .NET exception

Temas

Solución de problemas

Troubleshooting Security Policy Settings from Network Drives

For MATLAB releases R2012b or earlier, call the enableNETfromNetworkDrive function to create a MATLAB security policy entry.

Limitations to .NET Support

.NET features not supported in MATLAB.

Limitations to Support of .NET Arrays

.NET features not supported in MATLAB.

Limitations to Support of .NET Methods

.NET features not supported in MATLAB.

Limitations to Support of .NET Events

.NET features not supported in MATLAB.

Limitations to Support of .NET Delegates

.NET features not supported in MATLAB.

Limitations to Support of .NET Enumerations

.NET features not supported in MATLAB.