-
MATLAB7
非常好的MATLAB7的电子书,用超星看(Very good MATLAB7 of e-books, read with Chaoxing)
- 2008-06-07 04:41:20下载
- 积分:1
-
mathematical-basis-of-the-ga
说明: 遗传算法的数学基础,初学者由浅至深学习GA算法(The mathematical basis of the genetic algorithm, GA beginners learning algorithm by the shallow deep)
- 2011-03-25 18:48:29下载
- 积分:1
-
PMSM-Drive-Simulation-Files
drive of pmsm with vector control
- 2014-11-21 18:37:52下载
- 积分:1
-
PDM-QPSK
偏振复用正交相移监控通信系统信噪比理论值计算(Polarization multiplexed quadrature phase shift monitoring communication system signal-to-noise ratio theoretical value)
- 2013-04-15 19:42:17下载
- 积分:1
-
Airborne-radar-clutter
不考虑发射波形的机载雷达杂波仿真程序,通过这个程序你可以了解机载MIMO雷达杂波信号的基本模型和仿真方法(Do not consider the transmitted waveform airborne radar clutter simulation program, you can learn through this process airborne MIMO radar clutter signal models and simulation methods)
- 2013-04-22 17:00:15下载
- 积分:1
-
利用MATLAB实现的广义旁瓣相消器 在信号处理中有广泛应用 GSC
利用MATLAB实现的广义旁瓣相消器 在信号处理中有广泛应用(GSC matlab)
- 2021-05-12 23:30:02下载
- 积分:1
-
APF模型
说明: APF仿真,关于matlab中APF的全面仿真,自己画的图,绝对正确,无任何错误(APF simulation model)
- 2018-12-23 09:04:48下载
- 积分:1
-
testkk
说明: 利用C#创建窗体,通过设置按钮,同时利用按钮实现各种功能。此代码实现的功能是1、调用函数;2、显示照片,同时还能消除照片;3、通过调用MATLAB,实现图像显示的函数。(Use C# to create a form, by setting the button using the button at the same time to achieve various functions. This code implements the function is 1, call the function 2, display photos, while eliminating photographs 3, by calling MATLAB, the function of image display.)
- 2010-05-04 19:56: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
-
Numerical_method_using_matlab
数值方法matlab版
numerical mnumerical method of matlabethod of matlab(numerinumerical method of matlabcal method of matlab)
- 2009-05-07 05:05:28下载
- 积分:1