MATLAB Compiler SDK
MATLAB Compiler SDK extends the functionality of MATLAB Compiler to let you build C/C++ shared libraries, Microsoft® .NET assemblies, Java® classes, Python® packages, and Docker® container-based microservices from MATLAB programs. These components can be integrated with custom applications and then deployed to desktop, web, and enterprise systems.
MATLAB Compiler SDK includes a development version of MATLAB Production Server for testing and debugging application code and Excel add-ins before deploying them to web applications and enterprise systems.
Applications created using software components from MATLAB Compiler SDK can be shared royalty-free with users who do not need MATLAB. These applications use the MATLAB Runtime, a set of shared libraries that enables the execution of compiled MATLAB applications or components.
C/C++ Applications
Produce function signatures in a header file and encrypted code in a library file to include in a C or C++ application. For Windows® applications, you can create a dynamic library file to seamlessly integrate with Visual Studio®.
.NET and COM Applications
Integrate MATLAB functions into Windows applications with .NET assemblies or COM components. Cross-platform .NET Core applications (Windows, Linux®, and macOS) are also supported.
Java Applications
Wrap MATLAB functions in Java classes encapsulated in a JAR file so that they can be integrated with Java applications. Javadoc can be used to produce documentation of the methods and properties of the class.
Python Applications
Generate Python packages from MATLAB functions to be accessed by a Python application or in an interactive session.