Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How a matlab function or toolbox works?

조회 수: 1 (최근 30일)
Gowtami Namburu
Gowtami Namburu 2019년 5월 22일
마감: MATLAB Answer Bot 2021년 8월 20일
I mean how the code is written(in what programming language) , for web page we have html.. Similarly for matlab functions to work, the back end code for each functions is written in what software?
  댓글 수: 3
John D'Errico
John D'Errico 2019년 5월 23일
Much of MATLAB is written in MATLAB itself. However, that which is hidden under the hood is written in whatever language they may have chosen. Much was originally in Fortran long ago, but that has changed. And that is the important point - that they can change that which lies under the hood as they wish, and you should not care.
Walter Roberson
Walter Roberson 2019년 5월 23일
There is a fair bit of C++ these days. The C parts tend to get updated to C++.
If I recall correctly the high performance libraries (third party but important) are still the Fortran versions.

답변 (1개)

the cyclist
the cyclist 2019년 5월 23일
편집: the cyclist 2019년 5월 23일
A cursory look at the software engineering career postings on the Mathworks site suggests that current development is in C, C++, Java, Javascript (and probably some others that I just didn't happen to find).
Of course, some of those might be for web site development, mobile app, etc, and not strictly MATLAB itself.

Community Treasure Hunt

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

Start Hunting!

Translated by