Is matlab Interpreter or compiler?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Nov. de 2015

0 votos

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 comentarios

Tom Wenk
Tom Wenk el 24 de Mayo de 2018
Is there a pdf that describes how MATLAB is build / how it works?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 25 de Nov. de 2015

Comentada:

el 24 de Mayo de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by