-
Matlab
matlab编写的遗传算法,解决各种遗传算法问题,适合于建模的学生。(prepared matlab genetic algorithm, genetic algorithm to solve the problem, suitable for modeling students.)
- 2008-07-25 11:22:18下载
- 积分:1
-
MATLAB_for_C_Programmers
If you were a C/C++ programmer and you want to sending data to MATLAB for plotting and testing, adding MATLAB S/W modules into your application
or complete application development in MATLAB, these slides are for you.
- 2009-07-16 09:30:13下载
- 积分:1
-
Inequality-constrained-optimization
德克萨斯大学奥斯汀分校Baldick Ross教授关于不等式约束最优化问题的课件。详细阐述了最优潮流等典型最优化问题。(Baldick Ross Professor of the University of Texas at Austin courseware inequality constrained optimization problem. The typical elaborate OPF most optimization problems.)
- 2020-11-17 20:09:39下载
- 积分:1
-
44
说明: 学习MATLAB中的关系运算和逻辑运算,掌握它们的表达形式和用法。掌握MATLAB 中的选择结构和循环结构。学会用MATLAB进行M文件的编写和调用。
(Learning MATLAB relational and logical operations, control their expression in the form and usage. Master MATLAB selection structure and loop structure. Learn to write and call the M-file with MATLAB.)
- 2014-12-08 20:30:41下载
- 积分: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
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1
-
FreqItemsetSearch
Frequent Itemset Search in Matlab
- 2015-03-29 05:35:05下载
- 积分:1
-
MATLAB
2012 东三省数学建模D题 第一问 基于贪心算法下的自己画8种不同的打孔点并找点之间最小成本连线的GUI程序(2012 Manchuria D problem of mathematical modeling the first question based on the greedy algorithm, painted himself eight different punch point and find the minimum cost connection between GUI program)
- 2012-06-17 22:44:10下载
- 积分:1
-
windows
retrieve hard disk unique serial number
- 2014-08-16 07:30:29下载
- 积分:1
-
qpsk
qpsk调制解调 脉冲成型 信道噪声 抽样 检波(qpsk modem pulse shaping)
- 2013-11-04 12:42:40下载
- 积分:1