Matlab built in functions
显示 更早的评论
how the built in Matlab functions (e.g. Imerode) is implemented? By Which programming language and is it compiled?
回答(1 个)
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.
1 个评论
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!