Welcome![Sign In][Sign Up]
Location:
Search - matlab 7.5

Search list

[Other resourceBCH(15-7-5)

Description: BCH(15,7,5)纠错译码的MATLAB实现
Platform: | Size: 1060 | Author: djy | Hits:

[ApplicationsMathWorks SimPowerSystems v4.5 for MATLAB 7.5

Description: MathWorks SimPowerSystems v4.5 for MATLAB 7.5
Platform: | Size: 9663 | Author: genise | Hits:

[Program docMATLAB课件

Description: MATLAB教程课件,适用于7.0以上版本
Platform: | Size: 9428109 | Author: lxlsxu@126.com | Hits:

[Program doc《MATLAB 7简明教程》电子教案

Description: 《MATLAB 7简明教程》电子教案 分课时详细介绍MATLAB各种使用功能
Platform: | Size: 1104722 | Author: dingdingbuzou | Hits:

[OtherMATLAB7.0第一讲

Description: matlab 7.0
Platform: | Size: 167936 | Author: liuyaqing888@yahoo.cn | Hits:

[OtherINTRODUCTION TO MATLAB FOR

Description: 1 Tutorial lessons 1 1 1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Basic features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 A minimum MATLAB session . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.1 Starting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.2 Using MATLAB as a calculator . . . . . . . . . . . . . . . . . . . . . 4 1.3.3 Quitting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4 Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.1 Creating MATLAB variables . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.2 Overwriting variable . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.3 Error messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.4 Making corrections . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.5 Controlling the hierarchy of operations or precedence . . . . . . . . . 6 1.4.6 Controlling the appearance of °oating point number . . . . . . . . . . 8 1.4.7 Managing the workspace . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4.8 Keeping track of your work session . . . . . . . . . . . . . . . . . . . 9 1.4.9 Entering multiple statements per line . . . . . . . . . . . . . . . . . . 9 1.4.10 Miscellaneous commands . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.4.11 Getting help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.5 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2 Tutorial lessons 2 12 2.1 Mathematical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.1.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.2 Basic plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.1 overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.2 Creating simple plots . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.3 Adding titles, axis labels, and annotations . . . . . . . . . . . . . . . 15 2.2.4 Multiple data sets in one plot . . . . . . . . . . . . . . . . . . . . . . 16 2.2.5 Specifying line styles and colors . . . . . . . . . . . . . . . . . . . . . 17 2.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 2.4 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5 Matrix generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.1 Entering a vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.2 Entering a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 2.5.3 Matrix indexing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.5.4 Colon operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.5 Linear spacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.6 Colon operator in a matrix . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.7 Creating a sub-matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 23 2.5.8 Deleting row or column . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.9 Dimension . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.10 Continuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.11 Transposing a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.12 Concatenating matrices . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.13 Matrix generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 2.5.14 Special matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 2.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 3 Array operations and Linear equations 30 3.1 Array operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.1 Matrix arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.2 Array arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.2 Solving linear equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 3.2.1 Matrix inverse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 3.2.2 Matrix functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 3.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 4 Introduction to programming in MATLAB 35 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2 M-File Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 4.2.2 Script side-eRects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 4.3 M-File functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 4.3.1 Anatomy of a M-File function . . . . . . . . . . . . . . . . . . . . . . 38 4.3.2 Input and output arguments . . . . . . . . . . . . . . . . . . . . . . . 40 4.4 Input to a script ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.5 Output commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 4.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 5 Control °ow and operators 43 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2 Control °ow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.1 The ``if...end'' structure . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.2 Relational and logical operators . . . . . . . . . . . . . . . . . . . . . 45 5.2.3 The ``for...end'' loop . . . . . . . . . . . . . . . . . . . . . . . . . 45 5.2.4 The ``while...end'' loop . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.5 Other °ow structures . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.6 Operator precedence . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.3 Saving output to a ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.4 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 6 Debugging M-¯les 49 6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2 Debugging process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2.1 Preparing for debugging . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.2 Setting breakpoints . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.3 Running with breakpoints . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.4 Examining values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.5 Correcting and ending debugging . . . . . . . . . . . . . . . . . . . . 51 6.2.6 Ending debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.7 Correcting an M-¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Platform: | Size: 258288 | Author: taffy320 | Hits:

[matlab图像处理程序设计Matlab

Description: 该文件是关于图像处理的ppt文件,不需要任何语言基础,适合所有的编程爱好者。-ppt file about image processing.useful for programmer regard of programing language
Platform: | Size: 2508800 | Author: 周伟 | Hits:

[matlabMATLAB70ch5

Description: 《MATLAB 7.0编程基础》第5章 (源码实例)主要讲解MATLAB的编程基础-"MATLAB 7.0 programming foundation" Chapter 5 (source code examples) mainly on the basis of MATLAB programming
Platform: | Size: 5120 | Author: sunlight68 | Hits:

[Other7.5

Description: 把各阶导函数的ESD作为a的函数,确定其峰值频率的数值。该函数把以下变量作为输入:a的最小值alphamin,其增量步长alphastep;-various derivative function of the ESD as a function of its peak frequency values. The function of the following variables as input : a minimum of alphamin. its incremental step alphastep;
Platform: | Size: 1024 | Author: meimei | Hits:

[Other7-81077-626-6

Description: 这是matlab与VC编程的源码 所有程序的运行和编译环境为:Visual C++ 6.0和MATLAB 6.5 service pack1(一般情况下MATLAB 6.5即可)。 如果您有和技术相关的问题或者发现本书实例有错误之处,请发邮件到: matlab_vc_program@yahoo.com.cn 与作者联系或批评指正。 -This is the matlab programming with VC source of all programs running and the compiler environment: Visual C++ 6.0 and MATLAB 6.5 service pack1 (under normal circumstances can MATLAB 6.5). If you have and the technology-related questions or find examples of this book have errors, please send an email to: matlab_vc_program@yahoo.com.cn contact with the author or criticism.
Platform: | Size: 27262976 | Author: WW | Hits:

[source in ebookmatlab

Description: MATLAB 7.0从入门到精通,的所有源代码!!!所在类别: 随书资源/T 工业技术/TP 自动化技术、计算机技术/TP31 计算机软件 其他题名: 作者: 求是科技编著 出版者: 人民邮电出版社 出版年: 2006 ISBN: 7-115-14327-7 ISBN1: ISRC: 分类号: TP312MA 索书号: TP312MA/44 丛编: 版次: 分卷: 定价: 简介: 本书共分为15章,前五章介绍MARLAB的基础知识;接下来四章是MARLAB7.0的高级应用部分;最后介绍了高级图形设计的相关知识和MARLAB与Word、Excel的混合使用以及MARLAB的应用程序接口。 -MATLAB 7.0 from entry to the master, all the source code! ! ! Where the categories: Book with the resources/T Industrial Technology/TP automation technology, computer technology/TP31 computer software other title: Authors: Qiushi Science and Technology edited by the publisher: Posts
Platform: | Size: 94208 | Author: 刘严庆 | Hits:

[OtherMatlab

Description: matlab的课件。非常不错。总共分为7部分
Platform: | Size: 2444288 | Author: 付文 | Hits:

[matlabBCH(15-7-5)

Description: BCH(15,7,5)纠错译码的MATLAB实现-BCH (15,7,5) error correction decoding MATLAB realize
Platform: | Size: 1024 | Author: djy | Hits:

[matlabMatlab_GUI

Description: 第七章 GUIDE入门 7.1 概述 7.2 图形句柄入门 7.3 GUIDE工具入门 7.4 创建图形用户界面外观 7.5 图形用户界面编程 7.6 常用的图形界面函数 7.7 本章小结 -Chapter VII GUIDE overview 7.2 Introduction 7.1 Introduction 7.3 GUIDE handle graphics tools to create entry-7.4 Appearance 7.5 graphical user interface graphical user interface programming 7.6 graphical interface function commonly used in this chapter 7.7 Summary
Platform: | Size: 1376256 | Author: 军军 | Hits:

[Software EngineeringMATLAB7.X-ppt

Description: 《MATLAB 7.X程序设》(中国水利出版社)一书的ppt教案。对初学matlab语言的同学会有所帮助。内容包括:matlab概述、matlab运算基础、matlab程序设计、数值计算、符号计算、matlab绘图、Simulink仿真环境、Notebook-" MATLAB 7.X established procedures" (China Water Conservancy Press) First book of lesson plans ppt. Matlab for beginner language students will be helpful. Include: matlab outlined, matlab basic computing, matlab programming, numerical computing, symbolic computation, matlab graphics, Simulink simulation environment, Notebook
Platform: | Size: 4262912 | Author: yuan | Hits:

[Speech/Voice recognition/combinehmm

Description: speech recognition using hidden markov model making it speaker independent Using Matlab 7.5[2008b]
Platform: | Size: 10031104 | Author: kani | Hits:

[matlabMATLAB7LearningPPT

Description: MATLAB 7.0 学习ppt,我学习MATLAB就是用这套ppt的,感觉很好,推荐一下。-MATLAB 7.0 learning ppt, I learn MATLAB is to use this ppt, and feel good, recommended it.
Platform: | Size: 4264960 | Author: 余余 | Hits:

[matlabpassword_gui

Description: MATLAB MATLAB 7.5 (R2007b) Application to set a password on GUI So if user will input wrong password, program will be closed Password is: ALHAMBRA
Platform: | Size: 3072 | Author: Tom | Hits:

[Special Effectsscan

Description: Program to use your camera as a scanner. Automatically detects the page on the picture.-Description Useful program if you don t have a scanner or need to scan quickly a lot of pages. It detects the page on the picture, make it rectangular, cut the borders and enhance the contrast. Function parameters are the input picture filename and output filename. Some parameters that can be changed are described in the function. Be careful with the flash of the camera, it creates a non-homogeneous luminosity difficult to clean. Required Products Image Processing Toolbox MATLAB release MATLAB 7.5 (R2007b)
Platform: | Size: 2048 | Author: 谢冉 | Hits:

[matlabmatlab7.5ppt

Description: matlab 7.5 电子教案 ppt 全集-ppt
Platform: | Size: 1821696 | Author: chen jiucheng | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net