-
GroupSparseBox_V3
Conjugate gradient method
- 2011-06-05 01:56:02下载
- 积分:1
-
MIMOOFDMWirelesswithMATLAB
MIMO-OFDM WIRELESS COMMUNICATIONS WITH MATLAB,这本书主要是围绕MIMO+OFDM的,每一章分析不同的系统参数,并且附带相应的Matlab程序。(MIMO-OFDM WIRELESS COMMUNICATIONS WITH MATLAB, this book focuses mainly on MIMO+ OFDM, and each chapter analysis of various system parameters, and with the corresponding Matlab program.)
- 2011-10-20 17:21:09下载
- 积分:1
-
gampsms-userguide
GAMP SMS User Guide for SMS Gateway Source Code Installation
- 2013-01-22 04:10:26下载
- 积分:1
-
TPAMI_matching_demo
实现两幅图像的匹配,该方法匹配两幅图像非常有效(To achieve the matching of two imagesThe method of matching two images is very effective,)
- 2013-01-27 23:06:06下载
- 积分:1
-
isodata
matlab isodata聚类算法重要函数四个,涵盖了isodata聚类算法的中心内容(clustering algorithm matlab isodata important functions four, covering the central elements isodata clustering algorithm)
- 2013-11-19 21:41:56下载
- 积分:1
-
zhangyuEPS
汽车电动助力转向系统EPS simulink仿真模型
(EPS simulink model)
- 2015-01-11 17:28:43下载
- 积分: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
-
BA
说明: barabasi albert graph generator
- 2021-04-27 11:18:44下载
- 积分:1
-
1-3-1
一个教你怎么用matlab来进行模糊仿真的教程,很不错,好像不是大陆高手编的,是繁体的,如果不认识繁体的话就不要下了,(a teach you how to use fuzzy Matlab simulation tutorials, very good, the mainland does not seem to master the series, is the traditional, if not traditional understanding of where it should not, huh)
- 2006-05-21 20:44:31下载
- 积分:1
-
mentocarolmatlab--var
var模型matlab做的,蒙特卡罗,很好用(var model matlab to do, Monte Carlo)
- 2011-06-21 11:29:33下载
- 积分:1