-
114
说明: 通过VC++实现对MATLAB的调用VC++等高级程序语言调用MATLAB中程序(函数)的方法,融合了VC++与
MATLAB两种不同的语言,大大提高了编程效率。(By VC++ to realize the MATLAB call VC++ and other high-level programming language called MATLAB in the program (function) method, combines the VC++ and MATLAB are two different languages, greatly improve the programming efficiency.)
- 2010-03-31 20:41:18下载
- 积分:1
-
Scale-freeInternetsimulation
无标度Internet网络仿真,代码比较精炼,请仔细阅读(without scaling Internet network simulation, code comparison refining, please read carefully)
- 2007-06-16 10:36:11下载
- 积分: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
-
Sciencedirect_articles_16Oct2014_03-26-33.659
DFIG system, including a
wind turbine, a generator, power electronic converters and power system grid are
modeled. All of the control algorithms and operation modes are simulated. The active
power is always controlled at maximum output while the reactive power is controlled to
achieve a particular power factor or line voltage. Second, a complete DFIG wind power
test bench including a wind turbine emulator is designed and built. The back-to-back
converters are designed to control the DFIG. A Microchip d
- 2014-12-02 23:29:26下载
- 积分:1
-
fiberlaser_one
matlab 端面抽运高功率双包层光纤激光器数值仿真,利用bvp4c()解两点边值问题。(matlab end-pumped high power double-clad fiber laser numerical simulation using bvp4c () BVP for the solution.)
- 2015-01-26 15:57:08下载
- 积分:1
-
ICM
简单的图像分割优化算法ICM,包括了matlaba代码以及程序阅读(Simple optimization algorithm for image segmentation ICM, including the matlaba code and program reading)
- 2020-12-01 16:09:26下载
- 积分:1
-
c14_Jakes
用于离散多径信道的均匀间隔TDL模型.由于多普勒原因引起的衰落对在离散多径信道上传输的QPSK信号的影响(For discrete multipath channel uniformly spaced TDL model)
- 2021-04-10 13:18:58下载
- 积分:1
-
quadruple_tank_system_sim_1
Quadruple tank MPC benchmark exercise solution version1
- 2014-11-14 09:43:37下载
- 积分:1
-
Unsupervised-optimal-FCM
Fuzz c-mean Clusterin technique
- 2012-02-10 15:14:11下载
- 积分:1
-
Deinterlacing
去隔行处理的matlab源程序,值得参考(Deinterlacing matlab source of treatment, it is also useful)
- 2008-03-29 08:49:04下载
- 积分:1