Main Content

La traduzione di questa pagina non è aggiornata. Fai clic qui per vedere l'ultima versione in inglese.

Come iniziare con Microsoft .NET

Esempi e concetti per aiutare l'utente a iniziare rapidamente a usare .NET in MATLAB®

L'interfaccia a .NET consente di portare gli assiemi .NET nell'ambiente MATLAB, di costruire oggetti dalle classi contenute negli assiemi e di chiamare i metodi su questi oggetti.

MATLAB supporta il caricamento di librerie compilate per .NET 5 e versioni superiori, .NET Core e il framework Microsoft® .NET solo sulla piattaforma Microsoft Windows®. Per maggiori informazioni, consultare System Requirements for Using MATLAB Interface to .NET. Per informazioni sulle versioni .NET compatibili con MATLAB, vedere MATLAB Interfaces to Other Languages (Interfacce di MATLAB ad altri linguaggi).

Per determinare se il sistema dispone di una versione supportata, utilizzare la funzione NET.isNETSupported.

Funzioni

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

Classi

NET.AssemblyMembers of .NET assembly

Oggetti

NET.NetExceptionCapture error information for .NET exception

Argomenti

Risoluzione dei problemi

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.