-
forward-difference-algorithm
用前向差分算法解二维薛定谔方程 很值得参考(With the forward difference algorithm for solving two-dimensional Schr?dinger equation is worth considering)
- 2011-12-19 20:54:04下载
- 积分:1
-
gpc
说明: 广义预测控制matlab源程序,可以直接运行。只需在模型部分修改即可完成自己的目标。(Matlab source program of GPC)
- 2019-10-16 12:34:12下载
- 积分:1
-
LMS-equalizer-in-MATLAB
本程序是在MATLAB中对LMS均衡算法的通信仿真。(This procedure is in the MATLAB algorithm of LMS balanced communication simulation.)
- 2009-05-01 14:27:13下载
- 积分:1
-
MATLAcode
说明: matlab常见的几个算法,有人脸识别, 车牌号识别等。(matlab several common algorithms, there is face recognition, license plate number recognition.)
- 2009-07-23 20:07:43下载
- 积分: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
-
matlab
matlab代码元沙发三国电饭锅额收到了方恨少飞是飞(matlab yes)
- 2014-01-03 16:30:24下载
- 积分:1
-
bfsk_new
binary fsk with novel concept using matlab
- 2012-11-19 21:45:22下载
- 积分:1
-
Callback
io重叠中的完成实例模型,典型代码,ioCallBack源码(io complete overlap in the model example of a typical code, ioCallBack source)
- 2007-09-18 19:36:01下载
- 积分:1
-
xihao_yu_xitong
《信号与系统》计算机练习·《信号与系统》计算机练习:利用MATLAB_7.0()
- 2008-05-12 20:49:15下载
- 积分:1
-
time-series
时间序列预测模型,适合各种数据预测分析,对于数模爱好者十分好用(Time series prediction model for a variety of data to predict, very easy to use for digital-to-analog lovers)
- 2013-05-15 15:28:07下载
- 积分:1