计算机专业毕业设计-外文翻译--MATLAB 介绍
《计算机专业毕业设计-外文翻译--MATLAB 介绍》由会员分享,可在线阅读,更多相关《计算机专业毕业设计-外文翻译--MATLAB 介绍(12页珍藏版)》请在毕设资料网上搜索。
1、本科生毕业设计(论文 ) 外文翻译 外文原文 Introduction to MATLAB MATLAB (short for Matrix Laboratory) is a special-purpose computer program optimized to perform engineering and scientific calculations. It started life has a program designed to perform matrix mathematics, but over the years it has grown into a flexible
2、 computing system capable of solving essentially any technical problem. The MATLAB program implements the MATLAB programming language and provides an extensive library of predefined functions that make technical programming tasks easier and more efficient. This book introduces the MATLAB language an
3、d shows how to use it to solve typical technical problems. MATLAB is a huge program, with an incredibly rich variety of functions. Even the basic version of MATLAB without any toolkits is much richer than other technical programming languages. There are more than 1000 functions in the basic MATLAB p
4、roduct alone, and the toolkits extend this capability with many more functions in various specialties. This book makes no attempt to introduce the user to all of MALTLABs own tools to locate the correct function for a specific purpose from the enormous choice available. Advantages of MATLAB MATLAB h
5、as many advantages compared with conventional computer languages for technical problem solving. Among them are the following: 1. Ease of Use MATLAB is an interpreted language, like many versions of Basic. Like Basic, it is very easy to use. The program can be used as a scratch pad to evaluate expres
6、sions typed at the command line, or it can be used to execute large prewritten programs. Programs may be easily written and modified with the built-in integrated development environment, and debugged with the MATLAB debugger. Because the language is so easy to use, it is ideal for educational use, a
7、nd for the rapid prototyping of new programs. Many program development tools are provided to make the program easy to use. a workspace browser, and extensive demos. 2. Platform independence MATLAB is supported on many different computer systems, providing a large measure of platform independence. At
8、 the time of this writing, the language is 本科生毕业设计(论文 ) 外文翻译 supported on windows 9x/NT/2000 and many different versions of UNIX. Programs written on any platform will run on all of the other platforms, and data files written on any platform may be read transparently on any other platforms, AS a res
9、ult, Programs written in MATLAB can migrate to new platforms when the needs of the user change. 3. Predefined Functions MATLAB comes complete with an extensive library of predefined functions that provide tested and prepackaged solutions to many basic technical tasks. For example, suppose that you a
10、re writing a program that must calculate the statistics associated with an input data set. In most languages, you would need to write your own subroutines or functions to implement calculations such as the arithmetic mean, standard deviation, median, and so forth. These and hundreds of other functio
11、ns are built right into the MATLAB language, making your job much easier. In addition to the large library of functions built into the basic MATLAB language, many special-purpose toolboxes are available to help solve complex problems in specific areas. For example, a user can buy standard toolboxes
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业 毕业设计 外文 翻译 matlab 介绍
