-
pinshu
说明: matlab统计分析工具箱里面没有频数统计函数,有些情况下频数统计可以很直观地显现统计规律。(statistical analysis toolbox matlab There are no statistics on the frequency function, in some cases frequency statistics can be intuitively apparent statistical regularity.)
- 2008-09-22 19:07:14下载
- 积分:1
-
turbo2
Codigos turbo, funcionando 100
- 2013-07-11 03:01:48下载
- 积分:1
-
Vraisembl
Vraisembl METHODE Vraisembl METHODE
- 2013-12-14 04:05:01下载
- 积分:1
-
ChaosToolbox2p9
陆振波的混沌时间序列分析与预测工具箱最新版2.9(chaotic time series analysis and prediction matlab toolbox)
- 2012-01-29 13:44:27下载
- 积分:1
-
chu
matlab编写的常见调制模式(am,fm,bpsk,qpsk,mask,16qam等)自动识别动态链接库(matlab prepared common modulation mode (am, fm, bpsk, qpsk, mask, 16qam etc.) automatically recognizes the dynamic link library)
- 2014-02-25 18:33:54下载
- 积分:1
-
consistent
根据任何先验知识未知的多传感器检测同一目标的情形,根据支持度矩阵,获得各个传感器在不同时刻的一致性度量。(Based on any a priori knowledge of unknown multi-sensor target the same situation, according to the support matrix, each sensor at different times to obtain the consistency of measurement.)
- 2021-04-20 23:08:49下载
- 积分:1
-
Learning_Matlab
Learning Matlab for student,English version,专业权威。(Learning Matlab for student, English version, professional authority.)
- 2007-06-02 20:39:58下载
- 积分: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
-
matpower4.1
Matpower4.1:潮流计算与最优潮流(Matpower: flow calculation and optimal power flow)
- 2013-11-06 17:40:23下载
- 积分:1
-
Docs2
Creating the Auto Answering Machine Application
- 2007-09-12 11:36:13下载
- 积分:1