필터 지우기
필터 지우기

Is matlab Interpreter or compiler?

조회 수: 26 (최근 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?

댓글을 달려면 로그인하십시오.

추가 답변 (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