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

18 visualizzazioni (ultimi 30 giorni)

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 25 Ott 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.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB Compiler SDK in Help Center e File Exchange

Prodotti


Release

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by