MATLAB script file
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m (Dan Tobias moved page Matlab to MATLAB script file: Match link in Scientific Data Formats section) |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|extensions={{ext|m}} | |extensions={{ext|m}} | ||
}} | }} | ||
− | |||
'''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 10: | Line 9: | ||
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]] | ||
== Links == | == Links == | ||
* [[Wikipedia:MATLAB|Wikipedia article]] | * [[Wikipedia:MATLAB|Wikipedia article]] | ||
* [http://www.mathworks.com/products/matlab/?s_cid=wiki_matlab_2 Official product page] | * [http://www.mathworks.com/products/matlab/?s_cid=wiki_matlab_2 Official product page] | ||
+ | |||
+ | [[Category:Scientific Data formats]] |
Revision as of 16:18, 14 December 2014
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
See also
- MAT (MATLAB data format)
- Matlab figure