-
fubianhanshu
复变函数与积分变换的学习辅导和课后习题全解(Complex Variables and Integral Transform counseling and after-school learning all solutions of Problem)
- 2010-10-28 20:37:49下载
- 积分: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
-
DOA-estimation-
宽带相干信源DOA估计及其阵列校正方法 (Broadband DOA estimation of coherent sources and array calibration method)
- 2013-12-12 13:24:25下载
- 积分:1
-
bairstow
解非线性方程 能过解复根 实根 但需要逼近(help you save equation conclude different answer)
- 2010-07-10 14:59:21下载
- 积分:1
-
mfiles
说明: matlab的一些例子,对入门的新手有帮助(Matlab some examples of the entry of newcomers help)
- 2006-03-13 19:36:57下载
- 积分:1
-
nls_cp850
Charset cp850 translation tables.
- 2015-06-15 14:17:46下载
- 积分:1
-
nine_bus_pf
使用simulink仿真,实现潮流计算。。。非常详细,可以对学习潮流计算和simulink的提供帮助。
(Use simulink simulation, realization flow calculation. ʱ ?? ʱ ?? Very detailed, can help to study the trend of computing and simulink.)
- 2020-11-04 11:29:52下载
- 积分:1
-
DSP1
1、观察采样引起的混叠。
2、判别离散时间系统的时不变性。
3、利用卷积计算信号通过FIR滤波器的输出,并观察输出信号的input-on暂态、input-off暂态和稳态阶段。
(One to observe the sampling due to aliasing. 2, determine the time invariant discrete-time systems. 3, the use of convolution calculation of the signal through the FIR filter output, and observe the output signal of the input-on transient, input-off transient and steady-state phase.)
- 2010-03-11 21:38:32下载
- 积分:1
-
Monte-Carlo
monta-carlo源代码 基于matlab程序下(Monte-Carlo Matlab)
- 2010-05-30 20:52:22下载
- 积分:1
-
montecarlo
蒙特卡洛方法中随机数的产生和检验,乘同余法。(The Monte Carlo method, random number generation and testing, multiplication congruential method.)
- 2012-07-21 17:16:01下载
- 积分:1