请输入您要查询的英文单词:

 

单词 matlab
释义

MATLAB


MATLAB

(mathematics, language, application)A high-level languageand 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 twoand 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.

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)

MATLAB


AcronymDefinition
MATLABMaterial Laboratory (US NASA)
MATLABMatrix Laboratory
MATLABMatrix Laboratory (Mathworks, Inc.)
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/11 9:45:24