Is matlab Interpreter or compiler?

26 次查看(过去 30 天)
Is matlab Interpreter or compiler?

采纳的回答

Walter Roberson
Walter Roberson 2015-11-25
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by