-
Simulink
MATLABSimulink工具箱精短教程:包括1、简单过程介绍;2、模块库简介;3、simulink基础;4、simuling建模仿真;5、S函数建立与应用;6、simulink简短例题(MATLABSimulink Toolbox essential short course: 1, simple procedure describes 2, module, introduction to libraries, 3, the Simulink based 4, simuling modeling simulation 5, s establishment and application of function, 6, the Simulink short examples)
- 2012-04-09 14:53:54下载
- 积分: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
-
MATLABofmulti-classify
利用matlab实现的多类分类,希望对初学者有帮助(this paper introduce the scheme of multi-classify in matlab)
- 2010-09-11 08:47:11下载
- 积分:1
-
snakemodel
空战仿真中的机动库程序 生成盘旋蛇形机动的程序(Air combat simulation in mobile library program Snake mobile circling procedure to generate)
- 2011-10-20 22:16:49下载
- 积分:1
-
constellation_qam
This m file shows constellation for MQAM.
- 2009-02-25 23:22:05下载
- 积分:1
-
9
说明: 精通MATLAB优化计算算法,非线性最小二乘问题。共3个程序。(Proficient in MATLAB optimization calculation algorithm, nonlinear least squares problems. A total of three procedures.)
- 2010-03-24 09:48:04下载
- 积分:1
-
myadder
an image quality assessment trial
- 2012-05-25 22:35:12下载
- 积分:1
-
HoughObject
Fourier Transform using matlab
- 2015-04-22 07:16:12下载
- 积分:1
-
OFDM-cde
This is code for OFDM
- 2014-01-04 15:34:14下载
- 积分:1
-
9927441ex9_4
用matlab实现7位巴克码编码,很好用的(Achieved with 7-bit Barker code matlab code, good use)
- 2010-06-21 10:31:51下载
- 积分:1