-
fdtd22
1D FDTD simulation between free space and dielectric medium with absorbing boundary conditions,calculating the fourier transform of electric field (1D FDTD simulation between free space and dielectric medium with absorbing boundary conditions, calculating the fourier transform of electric field)
- 2008-08-11 09:58:23下载
- 积分:1
-
ExliSamp
excel和matlab混和编程exlink实现回归与模拟,还有几个插值运算小程序(excel and Matlab programming exlink mixture to achieve reunification with the simulation, Operational several small interpolation procedures)
- 2007-05-15 21:14:02下载
- 积分:1
-
Binary-GA
code of binary genetic algorithem
- 2013-12-29 05:01:03下载
- 积分:1
-
层次聚类代码
matlab实现层次聚类法,不是用库函数实现的,而是一步步根据算法原理完成的(Matlab hierarchical clustering method, not achieved by library functions, but a step by step according to the principles of the algorithm)
- 2020-07-15 13:48:50下载
- 积分:1
-
bohai_topography
利用matlab做noaa下载地形数据topo可视化图 例子是渤海地区 topo是全球地形数据 较全面(Do the noaa download terrain data topo visual diagram example using matlab is the Bohai region topo is the comprehensive global terrain data)
- 2013-02-28 20:04:28下载
- 积分: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
-
shanbianyi
基于MATLAB的,电能质量分析中用来检测谐波的闪变仪simulink仿真设计模型(Based on MATLAB, power quality analysis for detecting harmonics flickermeter simulink simulation model design)
- 2021-01-19 19:18:42下载
- 积分:1
-
wavele(MATLAB)
数字图像处理(matlab版)小波变换程序(wavelet)
- 2009-09-04 16:30:19下载
- 积分:1
-
tensor_toolbox_2.3
tensor_toolbox_2.3 tensor操作 HOSVD分解 (tensor_toolbox_2.3 tensor operator, HOSVD)
- 2010-01-12 12:11:51下载
- 积分:1
-
mysegment
我自己编写的基于遗传算法的一维最大熵KSW阈值分割代码。(I have written the one-dimensional maximum entropy threshold segmentation based on genetic algorithm KSW code.)
- 2013-07-11 10:43:30下载
- 积分:1