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

Search list

[OtherMatlab必做练习50题

Description: pdg格式,用超星等阅读器 Matlab必做练习50题
Platform: | Size: 7628532 | Author: csw986 | 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:

[matlabMATLAB电机仿真精华50例(源代码)

Description: MATLAB电机仿真精华50例(源代码) 很有参考价值,深入理解MATLAB电机建模仿真(用脚本语言的哦)
Platform: | Size: 2000000 | Author: gwm@mail.iee.ac.cn | Hits:

[Speech/Voice recognition/combineFormantTracker(matlab)

Description: 检测语音信号的共振峰 % gender = gender_detector(X,Fs) % % This function will use a pitch detection algorithm to decide if the speaker is MALE(0) or FEMALE (1). % It is designed to work with short speech samples (up to or greater than 50 ms). The function returns a % 0 if X contains male speech and a 1 if it contains female speech. -the resonance peak gender_detector% gender = (X, Fs)%% This function will use a detection a pitch lgorithm to decide if the speaker is abbreviation (0) or F EMALE (1). % It is designed to work with short spe ech samples (up to or greater than 50 ms). The fun ction returns a 0% if X contains a male speech and if it contains a female speech.
Platform: | Size: 16384 | Author: lixiao | Hits:

[matlabMATLAB

Description: MATLAB 下的数字信号处理实现示例 附录一 信号、系统和系统响应 1、理想采样信号序列 (1)首先产生信号 x(n),0<=n<=50 -MATLAB under the realization of digital signal processing examples in Appendix 1 signal, systems and systems to respond to one, the ideal sampling signal sequence (1) First of all, have a signal x (n), 0
Platform: | Size: 173056 | Author: doris | Hits:

[Waveletwavelet_spectra

Description: 利用小波分析将50HZ和100HZ正弦波分离的MATLAB程序。对小波谱分析的实现也具有启发性。-The use of wavelet analysis to 50HZ and 100Hz sine wave separation MATLAB procedures. Spectral analysis of small realize also instructive.
Platform: | Size: 1024 | Author: gsw | Hits:

[matlabMATLAB

Description: 《MATLAB电机仿真精华50例》书里面的各种模型- MATLAB simulation of the essence of 50 cases of motor book of various models
Platform: | Size: 3628032 | Author: gerrad | Hits:

[matlabmatlab-CA

Description: matlab的元胞自动机程序的源代码,胞自动机程序状态演化规则 ①如果一个元胞的状态是0,则当它有状态为1的邻元时,该元胞的状态以概率a×b变为1,并且当它的临域中状态为1的邻元越多,其状态转变为1的概率越大 ②如果一个元胞的状态是1,则该元胞的状态保持不变。初始传播者位于中心单元格25×25处 取50×50的网格,临域为Moore型,经过50个仿真时钟,知识传播结果的模拟图 -matlab Cellular Automata procedure source code, cellular automata evolution rules of procedure state ① If a cell' s state is 0, then when it has a status of one element of the neighborhood, the cellular state to the probability of a × b into one, and when it' s Pro domain status is one more element of the neighborhood, its status into a greater probability of 1 ② If a cell' s state is 1, the cellular status remains unchanged. Initial spreaders center cell 25 × 25 obtain 50 × 50 grid, the Pro domain for the Moore-type, after 50 simulation clock, the dissemination of knowledge of the simulation results of Figure
Platform: | Size: 1024 | Author: 袁逸扬 | Hits:

[matlabBUTTWATH

Description: 使用MATLAB自带的函数,实现了50Hz带阻滤波器,其中的参数可以修改,即可以实现任意频率的陷波器。-Achieved a 50Hz notch filter
Platform: | Size: 1024 | Author: 马结实 | Hits:

[matlabMATLAB

Description: PreProcessing of ECG signal : 50 Hz frq. filter, Base line wounder correction and ploting of graphs.
Platform: | Size: 1024 | Author: Rohit | Hits:

[BooksMatlab50

Description: Matlab经典50题,从简单入手,对新手有很大的帮助。-Matlab classic 50 questions, ranging from simple start, there is a great help to the novice.
Platform: | Size: 16092160 | Author: 栾颖 | Hits:

[Othermatlab

Description: 基本关于matlab的书籍,包括matlab宝典,matlab编程,精通matlab7,战胜matlab必做的50道题-Basic books on matlab, including matlab Collection, matlab programming, master matlab7, matlab will do over 50 questions
Platform: | Size: 61656064 | Author: skybluey | Hits:

[matlabMATLAB-50-TESTS

Description: MATLAB 的50道入门题目 帮助初学者更快了解和更好的学习MATLAB-Getting Started with MATLAB' s 50 questions to help beginners learn faster and better understanding of MATLAB
Platform: | Size: 7519232 | Author: 季晨 | Hits:

[matlabmatlab-and-vc

Description: MATLAB和VC混合编程的论文资料近50篇,均为图书馆下载,很详细-Hybrid Programming MATLAB and VC data nearly 50 papers, all libraries to download, very detailed
Platform: | Size: 14698496 | Author: 苏君平 | Hits:

[OtherMATLAB-Exercises

Description: 这是matlab的50道练习题,可以方便初学者进行自我检测,基本上这些题会做,matlab也就没有多大问题了。-This is a matlab 50 exercises, beginners can easily be self-testing, basically these questions will do, matlab there is no big problem.
Platform: | Size: 7520256 | Author: 太阳花 | Hits:

[Othermatlab-50

Description: maatlab学习资料,matlab 50题。maatlab学习资料,matlab 50题-matlab learning materials, matlab 50 title
Platform: | Size: 7558144 | Author: miping | Hits:

[Windows DevelopMATLAB电机仿真精华50例,源代码

Description: MATLAB电机仿真精华50例,源代码。直流,异步,同步电机的仿真模型(MATLAB motor simulation essence of 50 cases, the source code)
Platform: | Size: 3645440 | Author: dingchaorui | Hits:

[OtherMATLAB电机仿真精华50例

Description: matlab仿真精华50例中附有pdf文档能详细理解仿真流程,并附详细源代码,主要仿真对象是针对异步电机和直流电机的仿真过程。(Matlab simulation essence, 50 cases with PDF documents, a detailed understanding of the simulation process, and with detailed source code, the main simulation object is for asynchronous motors and DC motor simulation process.)
Platform: | Size: 20832256 | Author: 这阵子 | Hits:

[matlabMATLAB自编程序(仅函数程序)

Description: matlab定量决策五大类问题:资源配置问题;作业安排问题;库存订货问题;路径选择问题;经济金融问题。有详细的源代码及注释。(There are five major problems in MATLAB quantitative decision making: resource allocation problem; job arrangement problem; inventory order problem; path selection problem; economic and financial problem. There is a detailed source code and annotation.)
Platform: | Size: 106496 | Author: xianrenzhanglu | Hits:

[SCM21ic下载_有源滤波器Matlab仿真模型

Description: 数据采集监测计算伴随着微型计算机技术的快速发展,通过计算机处理,系统将采集的模拟信号转变成数字信号,得出数据,这些采集到的实时数据反映着不同的运行状态,并可以接收运行需要发出的各种命令。在各个领域中,不论是简单到复杂还是从表面到深入,数据采集系统的身影几乎无处不在,所以本课题的研究有着广阔的前景和经济价值,自二十世纪50年代到70年代以来,人们见证了数据采集系统的诞生与发展,从初步认可到逐渐分类,随着微型机的反正也诞生了许多性能优良的数据采集系统,但是在计算机普及之后,数据采集系统发生了巨大发展,然而数据采集系统需要的是不断地测试和完善系统的各项功能,如实时采集、进行记录、反应故障等,整个性能的优劣将受到数据采集的性能特点直接影响,足可见数据采集系统的重要性,因此对于数据采集系统需要不断完善和提升,是今后发展的一个主要方向[1]。(The ongoing developing of information technologies, in many areas, such as communication, control and monitoring, etc., the signal processing technology is becoming more and more widely applied to computer, the analog acquisition and processing in modern industrial control and research. The reliable operation of power system substation, especially the problem of remote monitoring unmanned substations, the merits of the entire property will be subject to the performance characteristics of the data collected directly affect, enough to see the data the importance of the system of acquisition.)
Platform: | Size: 460800 | Author: v数控VB进步 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net