MATLAB script file
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
Line 3: | Line 3: | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
|extensions={{ext|m}} | |extensions={{ext|m}} | ||
+ | |wikidata={{wikidata|Q15938816}} | ||
}} | }} | ||
'''MATLAB®''' (Matrix Laboratory) is a high-level language and interactive environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java™. | '''MATLAB®''' (Matrix Laboratory) is a high-level language and interactive environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java™. | ||
Line 13: | Line 14: | ||
* [[MAT]] (MATLAB data format) | * [[MAT]] (MATLAB data format) | ||
* [[Matlab figure]] | * [[Matlab figure]] | ||
+ | * [[Matlab Model]] | ||
== Links == | == Links == |
Latest revision as of 16:18, 8 September 2021
MATLAB® (Matrix Laboratory) is a high-level language and interactive environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java™.
Released by Mathworks
Code for matlab scripts are generally text files with the file extension .m
[edit] See also
- MAT (MATLAB data format)
- Matlab figure
- Matlab Model