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

Search list

[Other resourceMATLAB-plot

Description: 关于matlab作图的具体实现,详细介绍了matlab一维二维和三维作图的命令和实用方法!
Platform: | Size: 247048 | Author: 何宇翔 | Hits:

[Othermatlab chaos synchronization

Description: chaos matlab plot
Platform: | Size: 29855 | Author: lnlzhp@126.com | Hits:

[matlabplot ATM physionet上的心电信号数据

Description: plotATM,将physionet上的心电信号数据,在Matlab中进行处理,并以波形进行显示
Platform: | Size: 1007 | Author: youngmars | 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:

[Documentsmatlab绘图的函数

Description: matlab绘图函数详细介绍,包括绘制图的颜色、符号函数等。
Platform: | Size: 129536 | Author: guanyuqiu18@126.com | Hits:

[Graph programplot

Description: 利用VB和Matrix控件(Matlab)绘制简单图形。-use VB and Matrix Control (Matlab) drawing simple graphics.
Platform: | Size: 2048 | Author: 鲁班 | Hits:

[Graph programfast-matlab-src

Description: 一种快速的图像拐点的matlab程序,在一张图像上用9点快速检测,要求被处理图像为2值图像。-a fast image inflection point of Matlab procedures, in an image with 9:00 rapid detection, Image processing was required for two binary images.
Platform: | Size: 175104 | Author: 翔苗洒 | Hits:

[matlabHow-to-draw-circle-in-Matlab

Description: 在MATLAB并无直接指令可进行画圆,本程序是一个不错的画圆程序。-in MATLAB no direct instructions can be Circle, the procedure is a good Circle procedures.
Platform: | Size: 1024 | Author: alpha | Hits:

[matlabMATLAB-plot

Description: 关于matlab作图的具体实现,详细介绍了matlab一维二维和三维作图的命令和实用方法!-Drawing on the concrete realization of matlab, matlab detailed one-dimensional two-dimensional and three-dimensional mapping of the commands and practical method!
Platform: | Size: 246784 | Author: 何宇翔 | Hits:

[matlabplot

Description: Matlab经典算法与程序之绘图,包括M文件和一个PPS教程-Matlab classic graphics algorithms and procedures, including the M file and a tutorial PPS
Platform: | Size: 22528 | Author: 刘东 | Hits:

[matlabplot

Description: 关于matalb 中的plot 绘图函数 绘出美观好看的效果-The plot on the matalb mapping function to map the effects of good-looking appearance
Platform: | Size: 1024 | Author: 高亚鲁 | Hits:

[matlabplot

Description: 定义坐标轴的显示范围用axis指令 语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y) 欢迎一起探讨matlab的使用:) -draw picture in matlab
Platform: | Size: 22528 | Author: 周易 | Hits:

[Graph Drawingmatlab-plot

Description: MATLAB上课绘图例题,包含绘图所有基本操作仿真代码,对于初学者很有帮助哦。-MATLAB examples drawing classes, including drawing all the basic operation simulation code, very helpful for beginners Oh.
Platform: | Size: 5120 | Author: gaoliqun | Hits:

[matlabmatlab-plot

Description: 本文件主要内容是讲解关于matlab中画图(地图)-MATLAB plot
Platform: | Size: 3072 | Author: donann | Hits:

[2D GraphicMatlab-plot

Description: Matlab plot函数使用方法(详细)- Matlab plot function using method (detailed)
Platform: | Size: 5120 | Author: 夏翠萍 | Hits:

[matlabLecture-3-MATLAB-plot

Description: 第3讲 MATLAB作图.zip,数学建模必备,需要者下载-Lecture 3 MATLAB plot. Zip
Platform: | Size: 274432 | Author: ADAFDADFADF | Hits:

[Successful incentive(matlab)plot

Description: matlab plot绘图的颜色、线型设置,很实用的小技巧-matlab plot Paint color line tips, useful tips
Platform: | Size: 16384 | Author: yanweishuai | Hits:

[Software Engineeringmatlab-plot-technique

Description: matlab plot technique
Platform: | Size: 19456 | Author: sdsd995 | Hits:

[matlabLab06

Description: basic matlab plot example
Platform: | Size: 167936 | Author: guess885 | Hits:

[matlabplot

Description: 利用MATLAB作图,所做图形可以直接粘贴在word里,方便实用。(MATLAB plot function)
Platform: | Size: 2048 | Author: 北极星666 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 46 »

CodeBus www.codebus.net