MATLAB script file
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
| Line 5: | Line 5: | ||
}} | }} | ||
| − | '''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™. | + | '''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 | 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 | ||
| + | |||
| + | == Links == | ||
| + | * [[Wikipedia:MATLAB|Wikipedia article]] | ||
| + | * [http://www.mathworks.com/products/matlab/?s_cid=wiki_matlab_2 Official product page] | ||
Revision as of 14:25, 24 February 2013
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