Is matlab Interpreter or compiler?
조회 수: 42 (최근 30일)
이전 댓글 표시
Is matlab Interpreter or compiler?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!