-
newsignalprogress
文件包含现代信号处理的常用算法的matlab源代码(File contains commonly used algorithm modern signal processing matlab source code)
- 2014-09-03 15:56:47下载
- 积分:1
-
COMPEN_ATRASO_RELOCUS
Lag Compensator by the method of loci of roots through MATLAB rlocus
- 2014-11-05 19:31:44下载
- 积分: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
-
mimadenglukuang
密码登陆框的matlab源程序以及GUI界面设计(Password box of matlab source and GUI interface design)
- 2021-03-20 16:19:18下载
- 积分:1
-
_imc-2009---facebook-impact
this paper examines the specific role played by
a key component of OSNs: the extremely popular and widespread
set of third-party applications on some of the most popular OSNs.
With over 81,000 third-party applications on Facebook alone, their
impact is hard to predict and even harder to study.
- 2014-01-31 02:21:18下载
- 积分:1
-
ChaosToolbox1.0_trial_matlab7.0
matlab 混沌时间工具箱 用时需要自己更改数据(matlab chaotic time toolbox need to change the data)
- 2012-08-12 12:01:26下载
- 积分:1
-
code
classifier/ spectral cllastring
- 2014-10-25 14:10:18下载
- 积分:1
-
beijingyouhua
灰色模型的背景值和求导过程的联合优化,效果非常不错(Joint optimization model and gray background value derivation process, the effect is very good)
- 2013-12-23 22:07:01下载
- 积分:1
-
attachments-(1)
matlab codes for systems level implementation
- 2013-12-01 00:31:58下载
- 积分:1
-
robot2zip
在matlab环境下,仿真一个机器人机械臂整个运动的情况。如果做这方面的东西,是个很不错的参考程序。(in Matlab environment, the simulation of a robot manipulator of the entire movement. If done this kind of thing, it's a pretty good reference program.)
- 2007-06-10 09:26:20下载
- 积分:1