CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab 7.5
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab 7.5 - List
[
Other resource
]
BCH(15-7-5)
DL : 0
BCH(15,7,5)纠错译码的MATLAB实现
Date
: 2008-10-13
Size
: 1.04kb
User
:
djy
[
Applications
]
MathWorks SimPowerSystems v4.5 for MATLAB 7.5
DL : 0
MathWorks SimPowerSystems v4.5 for MATLAB 7.5
Date
: 2009-05-08
Size
: 9.44kb
User
:
genise
[
Program doc
]
MATLAB课件
DL : 1
MATLAB教程课件,适用于7.0以上版本
Date
: 2010-11-10
Size
: 8.99mb
User
:
lxlsxu@126.com
[
Program doc
]
《MATLAB 7简明教程》电子教案
DL : 0
《MATLAB 7简明教程》电子教案 分课时详细介绍MATLAB各种使用功能
Date
: 2011-04-02
Size
: 1.05mb
User
:
dingdingbuzou
[
Other
]
MATLAB7.0第一讲
DL : 0
matlab 7.0
Date
: 2011-11-26
Size
: 164kb
User
:
liuyaqing888@yahoo.cn
[
Other
]
INTRODUCTION TO MATLAB FOR
DL : 0
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
Date
: 2012-02-26
Size
: 252.23kb
User
:
taffy320
[
matlab
]
图像处理程序设计Matlab
DL : 0
该文件是关于图像处理的ppt文件,不需要任何语言基础,适合所有的编程爱好者。-ppt file about image processing.useful for programmer regard of programing language
Date
: 2025-07-03
Size
: 2.39mb
User
:
周伟
[
matlab
]
MATLAB70ch5
DL : 0
《MATLAB 7.0编程基础》第5章 (源码实例)主要讲解MATLAB的编程基础-"MATLAB 7.0 programming foundation" Chapter 5 (source code examples) mainly on the basis of MATLAB programming
Date
: 2025-07-03
Size
: 5kb
User
:
sunlight68
[
Other
]
7.5
DL : 0
把各阶导函数的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;
Date
: 2025-07-03
Size
: 1kb
User
:
meimei
[
Other
]
7-81077-626-6
DL : 0
这是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.
Date
: 2025-07-03
Size
: 26mb
User
:
WW
[
source in ebook
]
matlab
DL : 0
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
Date
: 2025-07-03
Size
: 92kb
User
:
刘严庆
[
Other
]
Matlab
DL : 0
matlab的课件。非常不错。总共分为7部分
Date
: 2025-07-03
Size
: 2.33mb
User
:
付文
[
matlab
]
BCH(15-7-5)
DL : 0
BCH(15,7,5)纠错译码的MATLAB实现-BCH (15,7,5) error correction decoding MATLAB realize
Date
: 2025-07-03
Size
: 1kb
User
:
djy
[
matlab
]
Matlab_GUI
DL : 0
第七章 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
Date
: 2025-07-03
Size
: 1.31mb
User
:
军军
[
Software Engineering
]
MATLAB7.X-ppt
DL : 0
《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
Date
: 2025-07-03
Size
: 4.07mb
User
:
yuan
[
Speech/Voice recognition/combine
]
hmm
DL : 0
speech recognition using hidden markov model making it speaker independent Using Matlab 7.5[2008b]
Date
: 2025-07-03
Size
: 9.57mb
User
:
kani
[
matlab
]
MATLAB7LearningPPT
DL : 0
MATLAB 7.0 学习ppt,我学习MATLAB就是用这套ppt的,感觉很好,推荐一下。-MATLAB 7.0 learning ppt, I learn MATLAB is to use this ppt, and feel good, recommended it.
Date
: 2025-07-03
Size
: 4.07mb
User
:
余余
[
matlab
]
password_gui
DL : 0
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
Date
: 2025-07-03
Size
: 3kb
User
:
Tom
[
Special Effects
]
scan
DL : 0
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)
Date
: 2025-07-03
Size
: 2kb
User
:
谢冉
[
matlab
]
matlab7.5ppt
DL : 0
matlab 7.5 电子教案 ppt 全集-ppt
Date
: 2025-07-03
Size
: 1.74mb
User
:
chen jiucheng
«
1
2
3
4
5
6
7
8
9
10
...
18
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.