Matlab built in functions

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

Antworten (1)

José-Luis
José-Luis am 6 Nov. 2012
Bearbeitet: José-Luis am 6 Nov. 2012

0 Stimmen

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 Kommentar

Walter Roberson
Walter Roberson am 6 Nov. 2012
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 6 Nov. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by