-
PSMF
Prograssive Switching Median Filter
- 2009-11-05 23:31:59下载
- 积分:1
-
mycanny
Canny算子,用Canny提取数字图像的边缘(Canny operator, extract the digital image with Canny edge)
- 2011-02-06 10:36:24下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
Virtual-Reality-and-Animation-for-MATLAB-and-Simu
Virtual Reality and animation for MATLAB and Simulink Users: Visualization of Dynamic Models and Control Simulations. this book Gives the reader hands on example- experience for simulating dynamical models in MATLAB® /Simulink and animating them in VRML
- 2013-12-09 22:12:19下载
- 积分:1
-
NeuralNetwork_BP
BP神经网络用于分类与回归的matlab源码
注释很详细(1、NeuralNetwork_BP_Classification.m- 分类
2、NeuralNetwork_BP_Regression.m- 回归
)
- 2010-01-07 14:54:01下载
- 积分:1
-
otsu
说明: 这是个关于图像大津法分割算法的源程序,在matlab上实现。(This is about image segmentation algorithm of Otsu' s source code, in matlab to achieve.)
- 2010-04-26 10:43:03下载
- 积分:1
-
bestpath
该程序为机器人最优路径的Matlab源程序,并且基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改。
(Robot optimal path Matlab source code of this program is based on the priority direction of the robot to find the optimal path algorithm can also be used to solve the maze of the shortest path algorithm is 100* 100 grid points as an example, where standard 0 position for the possible points, S 1 for the barrier, the reference can change according to their own circumstances and venue information matrix starting point, target the middle of the algorithm do not change)
- 2011-07-03 20:38:28下载
- 积分:1
-
splines
Matlab教材样条插值工具箱splines使用说明、使用注意事项、使用实例等等(Matlab textbooks)
- 2013-08-02 21:30:35下载
- 积分:1
-
scatter
可以用来计算岩石的频散效应,现在还只是单裂纹二维情况(Rocks can be used to calculate the frequency dispersion, it is only a single two-dimensional crack)
- 2011-09-28 17:09:05下载
- 积分:1
-
MatlabIdentification
《系统辨识理论及Matlab仿真》MATLAB程序( System identification theory and Matlab simulation MATLAB program)
- 2014-10-10 09:19:04下载
- 积分:1