Encyclopedia

MATLAB

Also found in: Acronyms, Wikipedia.

MATLAB

(mathematics, language, application)
A high-level language and interactive program from The MathWorks for numeric computation and visualisation. MATLAB supports numerical analysis, matrix computation, signal processing, linear algebra, statistics, Fourier analysis, filtering, optimisation and numerical integration. It can output two and three dimensional graphics and can be integrated with C, C++, Fortran, Java, COM and Microsoft Excel.

http://mathworks.com/products/matlab/.

Latest version: 7.0.4, as of 2005-08-13.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

MATLAB

(MATrix LABoratory) A programming language for technical computing from The MathWorks, Natick, MA (www.mathworks.com). Used for a wide variety of scientific and engineering calculations, especially for automatic control and signal processing, MATLAB runs on Windows, Mac and a variety of Unix-based systems. Developed by Cleve Moler in the late 1970s and based on the original LINPACK and EISPACK FORTRAN libraries, it was initially used for factoring matrices and solving linear equations. Moler commercialized the product with two colleagues in 1984. MATLAB is also noted for its extensive graphics capabilities. The following MATLAB commands generate the 3D graph below:

     x=(0:2*pi/20:2*pi)';
     y=(0:4*pi/40:4*pi)';
     [X,Y] = meshgrid(x,y);
     z= cos(X).*cos(2*Y);
     surf (x,y,z);


The Resulting Graph
This graph was computed from the lines of code above and is an example that might be used in multivariate calculus. (Image courtesy of Dr. Mark S. Gockenbach, Michigan Technological University, www.math.mtu.edu/~msgocken/intro/intro.html)
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
References in periodicals archive
Input: An abstract syntax tree (AST) representation of a MATLAB program and its corresponding symbol table.
The Naara-e-Pakistan 'Pakistan Ka Matlab Kia, La Illaha Il-Allah' became a recognition of Prof Asghar Saudai, after the great poets: Allama Iqbal and Faiz Ahmad Faiz.
The new MATLAB container delivers breakthrough performance with simple installation on all supported NGC platforms, helping developers focus on creating innovative AI solutions.
Firstly, the brief study of created MATLAB games was created.
Gaspar, "Bridging the gap between economic modelling and simulation: a simple dynamic aggregate demand-aggregate supply model with Matlab," Journal of Applied Mathematics, vol.
At what points in the design process do MATLAB and Simulink play the biggest roles?
Add c:Program FilesReactis V2015.2libapiMATLABreactis to your MATLAB path.
Veterans Neena Gupta and Anupam Kher in Mera Woh Matlab Nahi Tha.
MATLAB has a range of recognized strengths from algorithm development to data analysis.
Keywords: Computer Algebra System Mathematica and Matlab mathematical science problem.
Big data is brought to the desktop with Release 2014b, the latest update to Math Works' Matlab numerical programming and visualisation software, plus new graphic capabilities and a slew of new features and upgrades for Simulink and many other Math Works products.
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.