-
QMC
mc clousky implementation algoritm
- 2009-12-02 20:28:25下载
- 积分:1
-
GUIwithMatlab
MATLAB的gui指导,各种情况详细的代码(MATLAB-gui guide, the code in detail the various situations)
- 2009-06-12 08:51:17下载
- 积分:1
-
ihs
在matlab中实现基于IHS的多光谱图像和全色高分辨率图像的融合,效果十分良好。(The integration of the IHS-based multi-spectral image and panchromatic high-resolution images in matlab, the effect is very good.)
- 2012-05-01 14:45:57下载
- 积分: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
-
binairisation
binairisation an image
- 2015-03-26 23:44:27下载
- 积分:1
-
jiangwei
遗传算法的优化计算——输入自变量降维,环境matlab(Genetic algorithm optimization calculations input variable dimension reduction)
- 2015-04-13 20:48:40下载
- 积分:1
-
FinancialOptimizationusingMATLABFinancialToolbox
对于Matlab的金融工具箱的更为优化使用。类似与指导书尤其关于使用技巧指导。(Financial Optimization using MATLAB’s Financial Toolbox
Sonal Varshney, Arnab Sarkar
)
- 2010-12-31 10:37:41下载
- 积分:1
-
radar
This is matlab code for radar communication design.This consists of measurement of received signal that is disturbed by interference. Crosscorrelation function is the main factor here.
- 2012-04-04 12:03:52下载
- 积分:1
-
photovoltaic-inverter-model--in-dual-closed-loop-
photovoltaic inverter model, in dual closed loop controlphotovoltaic inverter model, in dual closed loop controlphotovoltaic inverter model, in dual closed loop controlphotovoltaic inverter model, in dual closed loop control
- 2013-10-25 03:25:52下载
- 积分:1
-
Simulation1
信标节点位于等边三角形顶点的仿真Simulation1(The Simulation Simulation1 beacon node is located in an equilateral triangle vertices)
- 2013-04-11 13:37:05下载
- 积分:1