Effacer les filtres
Effacer les filtres

Is matlab Interpreter or compiler?

26 vues (au cours des 30 derniers jours)
Siva Prasad
Siva Prasad le 25 Nov 2015
Commenté : Walter Roberson le 24 Mai 2018
Is matlab Interpreter or compiler?

Réponse acceptée

Walter Roberson
Walter Roberson le 25 Nov 2015
MATLAB is an interpreter. As part of its internal optimizations, sometimes it compiles portions of the code using its own internal facilities (not using an external compiler).
MATLAB and Simulink can generate code that can be compiled by external compilers, in restricted circumstances that mostly involve using additional (expensive) Mathworks products, but this does not hold for most of the operations.
  2 commentaires
Tom Wenk
Tom Wenk le 24 Mai 2018
Is there a pdf that describes how MATLAB is build / how it works?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by