What are the differences between MATLAB Compiler and MATLAB Compiler SDK?

18 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 25 Oct 2024
MATLAB Compiler enables you to share MATLAB programs as:
  • Standalone Applications (.exe on Windows)
  • Microsoft® Excel® Add-ins
  • MapReduce and Spark™ big data applications
  • WebApps
End users can run the applications royalty-free using MATLAB Runtime.
.
MATLAB Compiler SDK extends the functionality of MATLAB Compiler to let you build the following software components from MATLAB programs:
  • C/C++ shared libraries (.lib,. dll, .so, .dylib)
  • Microsoft® .NET assemblies (.dll)
  • Java® classes (.jar)
  • Python® packages
  • Docker® container-based microservices
These components can be integrated with custom applications and then deployed to desktop, web, and enterprise systems. They can be shared royalty-free with users who don't need MATLAB, using the MATLAB Runtime and shared libraries to execute compiled MATLAB applications.

More Answers (0)

Categories

Find more on Get Started with MATLAB Compiler SDK in Help Center and File Exchange

Products


Release

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!