MATLAB Programming Language: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<B>See:</B> Data Analysis Programming Language, MATLAB System. ---- ---- ==References== * The MATLAB Programming Language. http://www.mathworks.com/support/books/book4...") |
m (Text replacement - " [[" to " [[") |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<B>See:</B> [[ | A [[MATLAB Programming Language]] is a [[Multi-Paradigm Programming Language|multi-paradicm]] [[Data Analysis Programming Language]] that ... | ||
* <B>Context:</B> | |||
** It can be referenced by a [[MATLAB Application]]. | |||
** … | |||
* <B>Counter-Example(s):</B> | |||
** [[TensorFlow]]. | |||
* <B>See:</B> [[MATLAB System]], [[MathWorks]], [[Numerical Analysis Software]]. | |||
---- | ---- | ||
---- | ---- | ||
==References== | |||
== References == | |||
* The MATLAB Programming Language. http://www.mathworks.com/support/books/book48581.html?category=17&language=22 | * The MATLAB Programming Language. http://www.mathworks.com/support/books/book48581.html?category=17&language=22 | ||
===1997=== | === 2016 === | ||
* (Wikipedia, 2016) ⇒ https://en.wikipedia.org/wiki/MATLAB#Syntax Retrieved:2016-10-20. | |||
** The MATLAB application is built around the [[MATLAB Programming Language|MATLAB scripting language]]. Common usage of the MATLAB application involves using the Command Window as an interactive mathematical [[command line interface|shell]] or executing text files containing MATLAB code.<ref>{{cite web|url=http://www.mathworks.com/help/matlab/index.html|title=MATLAB Documentation |publisher=MathWorks|accessdate=14 August 2013}}</ref> | |||
<references/> | |||
=== 1997 === | |||
* http://groups.engin.umd.umich.edu/CIS/course.des/cis400/matlab/matlab.html | * 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: | ** MATLAB® is a [[mathematical scripting language]] that looks very much like [[C++]]. Some features of the language are: | ||
Line 11: | 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]]. | |||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Stub]] |
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.