-
dianliumoxing
直角牛顿-拉夫逊法的电力系统潮流计算程序,希望能对大家有所帮助(At right angles to the Newton- Raphson method of power flow calculation program, we hope to help)
- 2012-06-07 22:03:04下载
- 积分: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
-
2008A
2008年数码相机matlab源代码,利用ransac仿射算法,分享了,大家训练时可以参考(2008 digital camera matlab source code, the use of ransac affine algorithm, shared, and we can refer to training)
- 2010-10-14 20:00:47下载
- 积分:1
-
MATLAB_Programming_for_egineers(2001)
工程人员matlab编程的教材,外文的参考文献,感兴趣的可以了解下(Engineering staff matlab programming teaching materials, foreign language references, interested to learn under the)
- 2009-11-09 21:32:42下载
- 积分:1
-
clustering
说明: matlab聚类分析工具箱,很好用。大家可以试一试(Matlab Toolbox cluster analysis, is useful. We can try)
- 2006-03-29 10:15:05下载
- 积分:1
-
fft
说明: 编写的一个信号通过带阻滤波器的例子,已经运行通过(Signal through an example of band-stop filter, run by)
- 2011-04-15 16:50:12下载
- 积分:1
-
IVPLE
静止单站纯方位辅助变量分析法MATLAB源程序(Static single-station analysis of bearings-assisted variable)
- 2021-02-17 19:59:45下载
- 积分:1
-
23
说明: 数学建模matlab应用总结,针对多个数学模型进行编程(Mathematical modeling matlab application summary)
- 2011-11-21 13:02:11下载
- 积分:1
-
shijianxulie111
时间序列的MATLAB程序 使用起来可以实现模型识别与预测(a program for matlab)
- 2011-05-06 16:46:17下载
- 积分:1
-
Matlab-Simulink
本书提供了matlab语言的编程语法和基本函数,并给出了simulink仿真实例,对于学习matlab的人来说非常有用(This book provides a matlab programming language syntax and basic functions, and gives simulink simulation for learning matlab very useful for people who)
- 2013-11-06 16:48:04下载
- 积分:1