-
SNLSDP-0
Localization problem(A matlab code for sensor localization)
- 2010-12-12 18:18:07下载
- 积分:1
-
MATLABcodeforthebranchandcut
找到的一个B&B 源码,感觉很好用。共享一下(MATLAB code for the branch and cut algorithm)
- 2011-01-13 05:59:07下载
- 积分:1
-
Turbo
一种Turbo编码的MATLAB仿真实现 通过使用MATLAB软件仿真实现了Turbo码编码,提高了对其高效优质的编码效率的认识(A MATLAB Simulation of Turbo codes to achieve through the use of MATLAB software simulation to achieve a Turbo-Coded, improve the quality of its high efficiency of the coding efficiency)
- 2009-05-07 22:15:01下载
- 积分: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
-
yin
正弦信号的频谱分析,希望可以帮到各位!祝各位学习语愉快!(good morning !good afternoon !good evening!good night!)
- 2010-07-04 10:34:29下载
- 积分:1
-
Beginners_code
对于压缩感知初学者而言的很好的编程入门资料,内含很多小例子(A good introduction for CS beginners,including many code examples)
- 2013-03-01 20:32:09下载
- 积分:1
-
s24
design of electric machines by mec
- 2013-10-26 01:36:24下载
- 积分:1
-
15883830MPPT_Fuzzy_PO
说明: 光伏系统的mppt跟踪控制方法,该方法效果较好,值得一试(MPPT tracking control method of photovoltaic system, which has good effect, is worth trying)
- 2020-04-21 16:50:30下载
- 积分:1
-
13898394fiber-laser
光纤激光器的模拟参考,具有参考价值,特别适合与激光器的研究者。(Fiber laser simulation of reference, a reference value, especially for researchers with the laser.)
- 2009-11-18 17:01:59下载
- 积分:1
-
Manual
matlab optimization toolbox
- 2011-12-31 12:13:37下载
- 积分:1