Main Content

Erste Schritte in Microsoft .NET

Beispiele und Konzepte für die schnelle Einarbeitung unter Verwendung von .NET in MATLAB®

Durch die Schnittstelle zu .NET können Sie .NET-Assemblys in die MATLAB-Umgebung integrieren und Objekte aus in den Assemblys enthaltenen Klassen erstellen sowie Methoden für diese Objekte aufrufen.

MATLAB unterstützt für .NET einschließlich .NET Core und Microsoft® .NET Framework kompilierte Bibliotheken nur auf der Microsoft-Windows®-Plattform. Weitere Informationen finden Sie unter System Requirements for Using MATLAB Interface to .NET. Informationen über mit MATLAB kompatible .NET-Versionen finden Sie unter MATLAB-Schnittstellen zu anderen Sprachen.

Mit der Funktion NET.isNETSupported bestimmen Sie, ob Ihr System über eine unterstützte Version verfügt.

Funktionen

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

Klassen

NET.AssemblyMembers of .NET assembly

Objekte

NET.NetExceptionCapture error information for .NET exception

Themen

Fehlersuche

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.