Is matlab Interpreter or compiler?
43 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Siva Prasad
el 25 de Nov. de 2015
Comentada: Walter Roberson
el 24 de Mayo de 2018
Is matlab Interpreter or compiler?
0 comentarios
Respuesta aceptada
Walter Roberson
el 25 de Nov. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Compiler en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!