MATLAB script file
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "MATLAB® is a high-level language and interactive environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms...") |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | 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™. | + | {{FormatInfo |
+ | |formattype=Languages | ||
+ | |subcat=Programming Languages | ||
+ | |extensions={{ext|m}} | ||
+ | }} | ||
+ | |||
+ | '''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 |
Revision as of 03:24, 5 January 2013
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
Code for matlab scripts are generally text files with the file extension .m