Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How a matlab function or toolbox works?

1 Ansicht (letzte 30 Tage)
Gowtami Namburu
Gowtami Namburu am 22 Mai 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentare
John D'Errico
John D'Errico am 23 Mai 2019
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 am 23 Mai 2019
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.

Antworten (1)

the cyclist
the cyclist am 23 Mai 2019
Bearbeitet: the cyclist am 23 Mai 2019
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