MATLAB script file
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
(3 intermediate revisions by one user not shown) | |||
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®''' 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 | Released by Mathworks | ||
Code for matlab scripts are generally text files with the file extension .m | Code for matlab scripts are generally text files with the file extension .m | ||
+ | |||
+ | == See also == | ||
+ | * [[MAT]] (MATLAB data format) | ||
+ | * [[Matlab figure]] | ||
+ | * [[Matlab Model]] | ||
+ | |||
+ | == Links == | ||
+ | * [[Wikipedia:MATLAB|Wikipedia article]] | ||
+ | * [http://www.mathworks.com/products/matlab/?s_cid=wiki_matlab_2 Official product page] | ||
+ | |||
+ | [[Category:Scientific Data formats]] |
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