MATLAB Programming Language: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - " [[" to " [[") |
m (Text replacement - " [[" to " [[") |
||
Line 24: | Line 24: | ||
Easy creation of scientific and [[engineering graphics]] | Easy creation of scientific and [[engineering graphics]] | ||
Application development, including [[graphical user interface building]] | Application development, including [[graphical user interface building]] | ||
[[Object-oriented programming]] | |||
Extensibility (Tool Boxes) | Extensibility (Tool Boxes) | ||
[[File I/O function]]s | |||
[[String Processing]]. | |||
---- | ---- |
Latest revision as of 17:08, 1 June 2024
A MATLAB Programming Language is a multi-paradicm Data Analysis Programming Language that ...
- Context:
- It can be referenced by a MATLAB Application.
- …
- Counter-Example(s):
- See: MATLAB System, MathWorks, Numerical Analysis Software.
References
- The MATLAB Programming Language. http://www.mathworks.com/support/books/book48581.html?category=17&language=22
2016
- (Wikipedia, 2016) ⇒ https://en.wikipedia.org/wiki/MATLAB#Syntax Retrieved:2016-10-20.
- The MATLAB application is built around the MATLAB scripting language. Common usage of the MATLAB application involves using the Command Window as an interactive mathematical shell or executing text files containing MATLAB code.[1]
- ↑ "MATLAB Documentation". MathWorks. http://www.mathworks.com/help/matlab/index.html. Retrieved 14 August 2013.
1997
- http://groups.engin.umd.umich.edu/CIS/course.des/cis400/matlab/matlab.html
- MATLAB® is a mathematical scripting language that looks very much like C++. Some features of the language are:
Efficient matrix and vector computations Easy creation of scientific and engineering graphics Application development, including graphical user interface building Object-oriented programming Extensibility (Tool Boxes) File I/O functions String Processing.