-
StatisticsToolbox
关于统计工具箱中的一些基本统计命令的PPT讲义(About Statistics Toolbox statistical commands some of the basic PPT notes)
- 2010-11-24 20:50:12下载
- 积分: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
-
A_Guide_to_MATLAB_for_Beginners_and_Experienced_U
A guide to using MATLAB for beginners and experienced users
- 2010-12-05 23:56:53下载
- 积分:1
-
canvar
CANVAR Compute canonical variates
- 2010-01-29 21:51:08下载
- 积分:1
-
Block-Diagram-reciver
ds cdma matlab reciever
- 2012-05-18 23:17:14下载
- 积分:1
-
BuildOctree
this file try to make different level for OCTREE representation for 3D Objects
- 2011-07-07 02:04:04下载
- 积分:1
-
spv
simple model of solar generation
- 2012-09-14 15:50:50下载
- 积分:1
-
exp50
this contains simulated model of 3 phase inverter in 180 degree mode
- 2009-11-17 22:33:35下载
- 积分:1
-
802.11aOFDMbyMATLAB
很完善的一个OFDM仿真程序,它以FUNCTION的形式,再现了OFDM映射,IDFTDFT,同步(时间频率同步)和信道估计,以及频率偏移的估计等一系列代码.(very sound one OFDM simulation program, which is in the form FUNCTION, Reproduction of OFDM mapping, IDFTDFT, synchronous (time-frequency synchronous) and channel estimation, and the estimated frequency offset a series of code.)
- 2006-10-22 03:27:22下载
- 积分:1
-
main
通过matlab软件计算图像的峰值信噪比的大小。程序通过验证可以使用的。(Calculate the size of the peak signal to noise ratio of the image by matlab software. Program can be used by validation.)
- 2014-12-01 18:50:06下载
- 积分:1