41528d3028836879cd698677c3999917.gifMATLAB英文简介

1. Overview of the MATLAB EnvironmentThe MATLAB system consists of these main parts:2. Mathematics(1) Matrices and Arrays(2) Specialized Matrix Functions(3) Generating a Numeric Sequence(4) Fourier TranssDiscrete Fourier Trans (DFT)Fast Fourier Trans (FFT)Function Summary3. Control System Toolbox(简单介绍)(1) Overview of the Control System Toolbox softwareDemos(2) Building Models(框架)(3) Analyzing Models(框架)(4)Designing Compensators(框架)4. Simulink Control Design5. Printing6. Using M-files in Matlab7. Getting help in Matlab实验一 Basic Knowledge【Experimental Purposes】1、熟悉并掌握 MATLAB 的工作环境。2、了解 MATLAB 控制系统工具箱中不同命令的功能和实现。 【Experimental Principle】1. Overview of the MATLAB EnvironmentThe MATLAB high-perance language for technical computing integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. Typical uses includeMath and computationAlgorithm developmentData acquisitionModeling, simulation, and prototypingData analysis, exploration, and visualizationScientific and engineering graphicsApplication development, including graphical user interface buildingMATLAB is an interactive system whose basic data element is an array that does not require dimensioning. It allows you to solve many technical computing problems, especially those with matrix and vector ulations, in a fraction of the time it would take to write a program in a scalar noninteractive language such as C or Fortran.MATLAB features a family of add-on application-specific solutions called toolboxes. Very important to most users of MATLAB, toolboxes allow you to learn and apply specialized technology. Toolboxes are comprehensive collections of MATLAB functions (M-files) that extend the MATLAB environment to solve particular classes of problems. You can add on toolboxes for signal processing, control systems, neural networks, fuzzy logic, wavelets, simulation, and many other areas.The MATLAB system consists of these main parts:(1) Desktop Tools and Development EnvironmentThis part of MATLAB is the set of tools and facilities that help you use and become more productive with MATLAB functions and files. Many of these tools are graphical user interfaces. It includes: the MATLAB desktop and Command Window, an editor and debugger, a code analyzer, browsers for viewing help, the workspace, and files, and other tools.(2) Mathematical Function LibraryThis library is a vast collection of computational algorithms ranging from elementary functions, like sum, sine, cosine, and complex arithmetic, to more sophisticated functions like matrix inverse, matrix eigenvalues, Bessel functions, and fast Fourier transs.(3) The LanguageThe MATLAB language is a high-level matrix/array language with control flow statements, functions, data structures, /output, and object-oriented programming features. It allows both “programming in the small“ to rapidly create quick programs you do not int

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐