元胞自动机与matlab我要分享

Cellular automata with MATLAB

关注次数: 199

下载次数: 0

文件大小: 12.43 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的 状态,以及其( 4 或 8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的 MATLAB 的程序来实现这些元胞自动机。


English Description:

Cellular automata (CA) is a method for simulation of local rules and local links. Typical cellular automata are defined in the grid, each dot on the grid represents a cell with a limited number of States. Rules apply to every cell and at the same time. Typical changes of rules depends on the cellular automataState, as well as its (4 or 8) neighbor States. Cellular automata have been used in physical simulation, biological simulations and other fields. In this paper, some interesting rules, to consider how to write valid MATLAB program to achieve these cellular automata.


代码预览

相关推荐