Matlab built in functions

how the built in Matlab functions (e.g. Imerode) is implemented? By Which programming language and is it compiled?

답변 (1개)

José-Luis
José-Luis 2012년 11월 6일
편집: José-Luis 2012년 11월 6일

0 개 추천

Hard to say. You would need to ask the Mathworks to show you their source code. I am rather sure they would be somewhat reluctant to do that. If I was a betting man, I would say C/C++. A lot of Matlab routines are disguised BLAS/LAPACK.
Also, no Matlab functions are compiled when you call them. It is an interpreted language.

댓글 수: 1

Walter Roberson
Walter Roberson 2012년 11월 6일
Reference has been made in the past to Mathworks routines having been implemented in Fortran. Some of them are implemented in Perl, and some of them in ksh. Other languages might be used as well.

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

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

질문:

2012년 11월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by