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

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

The internal implementation of MATLAB is written in (alphabetical order)
  • ActiveX / DCOM
  • C
  • C++
  • Fortran
  • Java
  • MATLAB
  • .NET
  • perl
  • Python

7 Comments

Wouldn't surprise me if some ASSEMBLY is also used in the high performance libraries. That being said, I'm not sure if OP isn't asking what the features of the MATLAB language are, or what MATLAB itself is written in. Two very different questions.
What are you hoping to do with this information? Are you asking just out of curiosity or are you hoping to use this information to make some decision or something?
Steven, my purpose with this question is just curiosity and get information, how I explain I am do a searching no more.
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)

Categories

Community Treasure Hunt

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

Start Hunting!