-
life
:元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于
自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自
动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具(MATLAB s version of Conway s Game of Life.
"Life" is a cellular automaton invented by John
Conway that involves live and dead cells in a
rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero.
Whether cells stay alive, die, or nerate new cells depends upon how many of their eight
possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the
universe. Pressing the "Start" button
automatically seeds this universe with several small random communities. Some will succeed and some will fail. )
- 2012-04-07 17:12:38下载
- 积分:1
-
Practice2_1
simulink电机拖动仿真模型,可用sim函数调用观察仿真结果(simulink,Motor Model,use the simset and sim to get the result)
- 2015-01-01 21:25:09下载
- 积分:1
-
lsa
matlab program for doing lsa
- 2013-03-27 22:16:00下载
- 积分:1
-
adaptive-filter
自适应滤波算法与实现,有些matlab的实现方法,一本不错的书(A book for adaptive digital filter and implement, and this book is very good)
- 2013-12-03 00:28:36下载
- 积分:1
-
huffman
在MATLAB中实现霍夫曼编码,粗略实现编码(Implementation of Hoffman coding in MATLAB)
- 2018-03-29 14:57:37下载
- 积分:1
-
gv
说明: matlab 电子测量 包括误差分析的很多函数(matlab dianziceliang)
- 2009-03-12 07:13:43下载
- 积分:1
-
fenchatu
说明: 利用非线性动力学的知识研究混沌行为,可以通过画运动的分岔图来研究参数变化对运动的影响,本程序以洛伦兹力为例子实现了分岔图的绘制(Knowledge of the nonlinear dynamics of chaotic behavior, can 通过 Painting Movement of the bifurcation diagram to study the impact of parameters on the movement, this program in order to achieve the Lorentz force as an example of bifurcation diagram drawing)
- 2010-04-07 09:17:11下载
- 积分:1
-
hitu-denoise
赫尔辛基科技大学有关于盲信号去噪的的matlab工具箱,非常好用。希望对大家有用(about the denoise matlab blind source separation from hitu。it is very cool got it!)
- 2011-04-29 11:00:46下载
- 积分:1
-
BEC_decode
BEC_decode ldpc and BEC channel
- 2020-06-28 23:40:02下载
- 积分:1
-
power-system-analysis
里面包含了matlab的可以实现计算节点导纳矩阵的代码 可以作为电力系统分析实验的代码(Which contains the matlab can compute node admittance matrix of the code can be used as experimental code for power system analysis)
- 2011-11-30 13:05:28下载
- 积分:1