搜索资源列表
huizhiquxian
- 在同一坐标内,分别用不同线型和颜色绘制曲线y1=0.2e-0.5xcos(4πx) 和y2=2e-0.5xcos(πx),标记两曲线交叉点。- In the identical coordinates, separately uses different linear and color curve y1=0.2e-0.5xcos (4 pi x) and y2=2e-0.5xcos (pi x), marks two curves intersections.
matsource
- 芯片一旦进入摄像头视场,则能被系统感知,系统会开始对该芯片进行自动跟踪,确保ROI区域始终包含芯片,从而缩小了待...系统使用图4所示的方法提取特征量。其中有图像平面上纵、横、斜交叉的20条直线,这20条直线分别标记上1~20的序号... -chip camera field of view, the system will be perceived. the system started automatically tracking chips to ensure that the
ex_center
- 用matlab计算图片中圆心的坐标,先进行区域分隔,打标记,再计算各个圆心的坐标,有一定的实用型-calculated using Matlab pictures of the center coordinates first regional segregation, marking, calculate the coordinates of the center of each, to a certain extent practical
MATLAB
- 可行点标记求最佳匹配算法的MATLAB 程序代码 求最小费用最大流算法的MATLAB 程序代码 匈牙利算法的MATLAB 程序代码 遗传算法解决TSP问题的Matlab程序 遗传算法解决非线性规划问题的Matlab程序
curve
- Matlab中曲线标记,对正弦sin(x)的标记,并且可以改变线型
matlab_example_1
- 实例:曲线标记 实例:修改曲型 内容很不错!对于做曲线相关的同学!可以借用看看!
GraphTheoryAlgorithmMATLAB
- 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
duobianxing
- 针对多边形,求其面积,长宽比,并标记重心-For the polygon, find its area, aspect ratio, and mark the center of gravity
matlab-2
- 曲线标记,指定坐标轴范围的变化等实用的MATLAB程序-curve marking designated axes changes in the scope of the practical procedures MATLAB
BF
- 一个简单的在图像上做标记的实现算法,通过此算法可以大体了解图像处理标记的基本算法原理-A simple marking in the image on the realization of algorithms, this algorithm can generally understand the basic image processing algorithm tag
quxianbiaojiyuzuobiao
- 利用matlab程序编写可以实现找到曲线标记的方法以及可以指定坐标轴范围的程序。-Matlab programmers can use to find curves labeled realize Ways and axes can specify the scope of procedures.
Curvemarked
- 曲线标记,设计与所画曲线中标记为圆形星形,或其他形状,方便读者识别-Curve marked
change_sign
- 曲线标记改变的MATLAB程序。需要的来下载。-Curve marked change in the MATLAB program. Need to download.
max_min_curve
- 曲线最大最小值标记的MATLAB程序。需要的来下载。-Minimum curve marking the largest program of MATLAB. Need to download.
juxing
- 平面应力矩形单元有限元分析,并画出网格图形,用星号标记受力点,用叉号标记受约束点,最后求出力、位移和主应力。-Rectangular plane stress finite element analysis, and draw the grid graph, marked with an asterisk stress points marked with crosses by constraints, and finally seek to contribute, displacement a
zhongxin
- 本源码目的在于查找一幅图像中个图形的重心,基于matlab,找出重心后标记出来,并显示。-The Source aims to find an image in a graphics core, based on matlab, after the marked identify the focus, and display.
w
- 用标记分水岭算法进行图像的分割,得到分割伪彩色图像。-use the watershed Algorithms to divide the picture
msf4
- 绘制模糊标记为4时的隶属函数图像的源程序-Draw 4 fuzzy marked the membership function of the image of the source
msf7
- 绘制模糊标记为7时的隶属函数图像的源程序-Draw for the 7:00 mark of the fuzzy membership function image of the source
GUI-drawing-board
- Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7