Is matlab Interpreter or compiler?

23 ビュー (過去 30 日間)
Siva Prasad
Siva Prasad 2015 年 11 月 25 日
コメント済み: Walter Roberson 2018 年 5 月 24 日
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.
  2 件のコメント
Tom Wenk
Tom Wenk 2018 年 5 月 24 日
Is there a pdf that describes how MATLAB is build / how it works?
Walter Roberson
Walter Roberson 2018 年 5 月 24 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by