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

Search list

[Othermatlab模糊工具箱应用

Description: 利用matlab模糊工具箱建立了一个三输入两输出的模型用以识别车辆加速意图及行驶坡度。在命令行中输入fuzzy idi即可运行-using Matlab Toolbox Fuzzy established a three input output of the two models used to identify the vehicle accelerated Italy Figure moving slope. The command line input fuzzy idi can run
Platform: | Size: 1024 | Author: 王玉海 | Hits:

[Special Effectsmatlab-for-cvt

Description: matlab写的质心沃龙诺依程序,把需要划分的区域划分成相应的质心沃龙诺依区域,质心沃龙诺依图是在沃龙诺依图的基础上把随机的产生点固定在每个沃龙诺依区域的质心上-write matlab centroid Vorontsov Noida procedures, the needs of the division is divided into regions corresponding centroid Vorontsov Noida region, center of mass Noida Figure Vorontsov Vorontsov was Nooyi map based on the random selection of points fixed in each In Noida Vorontsov mind the quality of regional
Platform: | Size: 83968 | Author: 杨占龙 | Hits:

[DocumentsMatlab

Description: Matlab小问题 问: Matlab仿真中怎样编辑Scope中的图象??? 答: 实现的方法有以下的几种: 1)PrintScreen,然后粘贴到Windows位图编辑器,选择图像点击右键,选择“反色”即可; 2)在Scope中,它的参数设置的第二页,有一个Save Data to Workplace,将它选中,然后在下面的方框 中指定变量名,然后用plot命令画出; 3)直接在模型上再加一个,to Workplace模块,也用plot画出; 4) 等scope显示出来图像以后,在matlab上运行 set(0, ShowHiddenHandles , On ) set(gcf, menubar , figure ) 这时候你会发现scope的工具栏的上面多了一行,点击insert-axes,鼠标会变成十字形状,然后再图像的任意一处双击左键出现一个对话框PropertyEditor,选中style在窗口的右便会出现color,这时你就可以任意修改背景颜色了。 问: 怎样进行S-function的编程和使用??? 答: S-function也就是System-function的缩写。说得简单,S-function就是用MATLAB所提供的模型不能完全满足用户,而提供给用户自己编写程序来满足自己要求模型的接口。要了-err
Platform: | Size: 6144 | Author: wupeng | Hits:

[matlabFigure__MATLAB

Description: 幻灯片课件,详细的介绍了用matlab进行绘图的方法,比较基础,建议初学者好好看看,很有用。-Courseware slides and detailed introduction to using matlab graphics methods, comparative basis, it is recommended for beginners a good look at, very useful.
Platform: | Size: 1928192 | Author: maclaoji | Hits:

[2D GraphicFigure

Description: 仿照MATLAB绘图函数自写的FIGURE类,能根据数据大小自动调整纵横坐标,也可以手动设置坐标大小。-Modeled on MATLAB graphics functions since written FIGURE categories, can automatically adjust the data size of vertical and horizontal coordinates, can also manually set the size coordinates.
Platform: | Size: 4096 | Author: tiansongpo | 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:

[GDI-Bitmapquiver3D_pub

Description: 绘制三维矢量图, 收集自网络并做了改进, 非常适合科研人员使用-plot a 3D arrow figure
Platform: | Size: 117760 | Author: panpan | Hits:

[Mathimatics-Numerical algorithmsspeech-recognition

Description: 能够简单识别0~9十个数字的matlab程序-Be able to easy identification 0 ~ 9 of the 10 figure matlab program
Platform: | Size: 94208 | Author: 王林 | Hits:

[matlabBP-MATLAB

Description: 一个基于BP神经网络的matlab程序可以实现对几种字体0-9的数字识别这个文件训练网络的压缩包-Based on BP neural network matlab program can achieve several fonts on the figure 0-9 to identify the document training network packet compression
Platform: | Size: 78848 | Author: liujingbo | Hits:

[matlabmatlab-kriging-maozhuangtu

Description: kriging拟合帽状图(其他拟也行的哦)。-kriging fitting cap-like figure (other lines are also to be oh).
Platform: | Size: 131072 | Author: 王差 | Hits:

[matlabfigure

Description: matlab画图的使用方法,简单的画一些图形。-matlab drawing to use a simple painting some of the graphics.
Platform: | Size: 2048 | Author: alln_IVERSON | Hits:

[matlabfigure

Description: 用matlab做的指纹识别算法,目前做到了增强,用的是linhong的算法-Matlab to do with the fingerprint recognition algorithm, the current did increase, the algorithm used is linhong
Platform: | Size: 237568 | Author: 223 | Hits:

[matlabmatlab-work

Description: f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift(F) figure,imshow(log(abs(F2)),[-1 5], notruesize ) -f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift(F) figure,imshow(log(abs(F2)),[-1 5], notruesize )
Platform: | Size: 35840 | Author: madlain | Hits:

[matlabFigure-7.-Digital-hologram

Description: the digital hologram for matlab code
Platform: | Size: 73728 | Author: hamed | Hits:

[matlabMATLAB-2DPSK

Description: 以2DPSK为例仿真说明数字频带传输的整个过程。-Description 2DPSK simulation as an example to figure the whole process of transmission band.
Platform: | Size: 69632 | Author: lishuyang | Hits:

[matlabfigure-with-guide

Description: 一个用于matlab的GUIDE界面的输出表格的程序,可以对表格进行设置大小等性质。-A used to GUIDE the output of the interface of the matlab program of form, can be set to form size character and so on.
Platform: | Size: 6144 | Author: | Hits:

[matlabmatlab-nc

Description: 绘制矢量流场图。这对研究矢量的导数来说是重要的,而且富有启发性。 -plot current vector figure matlab。 it is interesting and enlightening to consider the derivative of a vector.
Platform: | Size: 693248 | Author: vincent | Hits:

[OtherMATLAB光学衍射程序1

Description: 几种光学衍射程序和图形,可以应用在物理光学中(the program and figure in optical is introdued with matlab,and it can be used in physics)
Platform: | Size: 962560 | Author: wsf2 | Hits:

[AlgorithmMatlab 2014a 破解文档

Description: matlab 安装文件包及其应用,进行科学计算的编程实现,图形,控制计算的实现等(the install of matlab and the application in scientice computation,figure and controll computation and so on)
Platform: | Size: 3500032 | Author: 123cy | Hits:

[Special Effectsmatlab人像磨皮

Description: 简单的matlab人像磨皮功能,简单运用滤波器(Simple figure grinding function)
Platform: | Size: 58368 | Author: 杨梅2233 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net