-
motaifenxi_3
试验数据处理的有效程序,对于模态分析很有效(Valid test data processing program, is very effective for modal analysis)
- 2014-11-25 11:26:32下载
- 积分:1
-
bfstree
It is used for Breadth First Search to search the edges in matlab
- 2013-11-12 16:49:04下载
- 积分:1
-
agh_chapter06
lagre no of m file for matlab course code
file #5(lagre no of m file for matlab course code
file#5)
- 2009-05-08 00:08:57下载
- 积分:1
-
lordman_ICA_codes
关于人脸识别中的ICA算法,用MATLAB实现(on the ICA face recognition algorithm in MATLAB)
- 2007-05-31 12:12:44下载
- 积分:1
-
eAlertSystem
It sends alert through email when the selected file may used by the any person in our system. It sends alert with user name and time
- 2014-10-13 00:33:04下载
- 积分:1
-
ACO_AIA_PSO
综合粒子群和蚁群算法,再利用免疫算法中交叉变异算子;形成ACO-AIA-PSO混合算法,求解TSP问题(Integrated particle swarm and ant colony algorithm, and then use the crossover operator and mutation operator of immune algorithm the formation of ACO-AIA-PSO hybrid algorithm, for solving the TSP problem
)
- 2021-04-13 15:38:56下载
- 积分: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
-
GA-PSO
说明: 本算法为用遗传算法改进粒子群GA-PSO算法,附带含有程序使用说明。(This algorithm uses genetic algorithm to improve particle swarm optimization GA-PSO algorithm, with instructions for the use of the program.)
- 2021-01-08 09:48:51下载
- 积分:1
-
ofdm_program
一个仿真802.11a的matlab源程序,使用.m文件来编写,参数可以自己来设(802.11a simulation of a matlab source code, use. M documents to prepare, parameters can be set up themselves)
- 2007-10-15 16:20:57下载
- 积分:1
-
xianxingtiaopin
线性调频,用matlab编写生成FPGA的mif文件(LFM, prepared with the matlab generate FPGA-mif file)
- 2009-10-23 17:12:43下载
- 积分:1