Azzera filtri
Azzera filtri

Is matlab Interpreter or compiler?

26 visualizzazioni (ultimi 30 giorni)
Is matlab Interpreter or compiler?

Risposta accettata

Walter Roberson
Walter Roberson il 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.

Più risposte (0)

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by