-
L
说明: lms算法源程序
( lms code )
- 2009-02-18 22:07:16下载
- 积分: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
-
VF_control
说明: V/F Control of IM (Scalar control)
- 2020-05-03 19:44:36下载
- 积分:1
-
subattribspace
说明: 一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法(A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab)
- 2008-10-31 17:59:55下载
- 积分:1
-
approximate_median
说明: 中位数近似算法实现的背景减除。matlab代码。(Median approximation algorithm for background subtraction. matlab code.)
- 2010-04-21 10:38:35下载
- 积分:1
-
The-mode-calculate-of-damage-beam
该程序主要用于损伤梁的模态计算,包括特征多项式和计算的详细过程。(The program is mainly used for the modal calculation of the damaged beams, including the characteristic polynomial and computing process.)
- 2012-05-24 21:20:32下载
- 积分:1
-
AE2200D28Mcode
This is the map with all the matlab codes used by group D28
- 2012-06-07 20:39:38下载
- 积分:1
-
optimization
matlab的优化算法教程matlab的优化算法教程(asdfdsgfdagdsagdsafgsdgdsgds)
- 2009-03-21 22:22:38下载
- 积分:1
-
josephson(word)
摘要:本文基于Matlab对约瑟夫森结(Josephson Junction)RCSJ模型的交直流I-V特性及非线性混沌现象进行数值模拟。通过计算机数值模拟得到该模型的非线性微分方程数值解,研究了RCSJ模型中各参量对约瑟夫森结的影响,进而简要分析其I-V特性和非线性混沌现象的产生机理,绘制出约瑟夫森结的交直流I-V特性曲线、非线性微分方程的相图及因其高度非线性而引起的通过倍周期分岔和阵发性原理进入混沌状态的分岔图。
关键词:超导器件 隧道效应 约瑟夫森结 弱耦合 倍周期分岔 庞加莱截面 混沌
(Abstract: Matlab-based Josephson junction on the (Josephson Junction) RCSJ model AC and DC IV characteristics and non-linear numerical simulation of chaotic phenomena. Through computer simulation model by the numerical solution of nonlinear differential equations to study the RCSJ model parameters on the impact of Josephson junction, and a brief analysis of the IV characteristics and the emergence of the phenomenon of non-linear chaotic mechanism, drawn Josephson junction IV characteristic curve of AC-DC, non-linear differential equations and the phase diagram because of its highly nonlinear arising through period-doubling bifurcation and chaotic state of paroxysmal principle of access to the bifurcation diagram. Key words: superconducting devices tunnel effect Josephson junction weakly coupled period-doubling bifurcation chaotic Poincare section)
- 2009-05-05 18:24:32下载
- 积分:1
-
求解非线性方程组
说明: 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数(positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions)
- 2006-02-26 13:17:52下载
- 积分:1