What is the type or language of programation that MATLAB use? language like C++, JavaScript etc.

1 view (last 30 days)
I am do a searching and I want to know, what is the language that use MATLAB for execute code and all the advantages and features that it use

Accepted Answer

Walter Roberson
Walter Roberson on 28 Sep 2022
The internal implementation of MATLAB is written in (alphabetical order)
  • ActiveX / DCOM
  • C
  • C++
  • Fortran
  • Java
  • MATLAB
  • .NET
  • perl
  • Python
  7 Comments
Walter Roberson
Walter Roberson on 1 Oct 2022
It would not surprise me if somewhere along the line parts of the codebase also used
  • awk (probably gawk)
  • JavaScript
  • yacc and lex

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!