.NET Assembly Integration

Integrate compiled MATLAB® functions into .NET applications

Integrating compiled MATLAB functions into a .NET application requires you to use a combination of APIs. MATLAB Compiler SDK™ uses APIs to initialize the MATLAB Runtime, load the compiled MATLAB functions into the MATLAB Runtime, and manage data that is passed between the .NET code and the MATLAB Runtime. The compiler generates some of the APIs based on the signatures of the compiled functions. MATLAB Runtime provides other APIs that are consistent for all applications.

The .NET APIs facilitate the development of distributed applications with features for deploying active figures over the web and accessing .NET remoting capabilities.

Was this topic helpful?