Main Content

.NET withMATLAB

Directly call .NET library functionality from MATLAB®or write .NET programs that work with MATLAB

The Microsoft®interface to .NET provides a large body of precoded solutions to common program requirements. You can create instances of .NET classes and interact with .NET applications from MATLAB.

MATLAB supports loading libraries compiled for theMicrosoft .NET Frameworkon the Microsoft Windows®platform only. For information about .NET versions compatible with MATLAB, seeMATLAB Interfaces to Other Languages.

To determine if your system has a supported version, use theNET.isNETSupportedfunction.

For information about writing programs that work with MATLAB in languages supporting .NET, for example C# and VB.NET, seeWrite COM Applications to Work with MATLAB.

Categories