-
Gauss_Seide-Matlab
Gauss_Seidel迭代法的Matlab程序 (Gauss_Seidel iteration of the Matlab program)
- 2007-07-08 21:45:14下载
- 积分: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
-
SSI
网上下载的随机子空间程序修正版,保证可用(Download a random sub-space program revision to ensure that available)
- 2020-12-03 16:59:25下载
- 积分:1
-
seismic_qc
显示地震记录的功率谱的MATLAB源代码,地球物理专业学生的信号功率谱显示工具。( Basic seismic data QC
Use plotseismic.m to plot data, i.e. have plotseismic.m script in the same directory
Display power spectra)
- 2014-10-10 04:21:02下载
- 积分:1
-
solve_lambert
求解兰伯特问题,求解二体问题下已知初始位置和终端位置进而得到轨道(solve Lambert problem. people can solve many problem by this matlab lib)
- 2020-12-09 20:19:19下载
- 积分:1
-
couple_optim
HFSS 耦合器 微带结构 可调参数(HFSS structure of adjustable parameters of microstrip coupler)
- 2009-12-19 09:42:33下载
- 积分:1
-
e1000_osdep
glue for the OS independent part of e1000.
- 2014-08-27 13:11:36下载
- 积分:1
-
Frequency-hoping-network
This file contain Frequency hoping techniques for the communication
- 2014-08-27 13:32:39下载
- 积分:1
-
76545576
自定义风格的SegmentedControl,IOS编程学习源码,很好的参考资料。(A custom style SegmentedControl, learning IOS programming source code, a good reference.)
- 2013-12-05 09:13:30下载
- 积分:1
-
svm_kernel_demo
利用polynomial order kernel function来秀出SVM执行时可能产生出来的错误并汇图表示(Use of polynomial order kernel function to SVM showed off that may arise out of implementation errors and exchange graph)
- 2010-11-08 21:59:45下载
- 积分:1