元胞自动机 Resources

Showing items tagged with "元胞自动机"

MATLAB source code for cellular automata simulation featuring state evolution rules: 1) A cell with state 0 transitions to state 1 with probability a×b when it has neighboring cells in state 1, where transition probability increases with more state-1 neighbors; 2) A cell with state 1 maintains its state unchanged. Simulation uses a 50×50 grid with initial propagator at center cell (25×25), Moore neighborhood configuration, and runs for 50 time steps to generate knowledge propagation visualization.

MATLAB 281 views Tagged

MATLAB routines for CA simulations including Game of Life, surface tension models, percolation clusters, and more. Ideal for CA beginners with code implementation insights and algorithm explanations.

MATLAB 193 views Tagged

This is a traffic flow cellular automaton (CA) model that realistically simulates traffic flow dynamics, featuring code implementation with state transition rules, vehicle movement algorithms, and congestion simulation suitable for traffic engineering research and intelligent transportation system development.

MATLAB 211 views Tagged

Exceptional work! This outstanding paper from the 2009 American Mathematical Contest in Modeling (MCM) Problem A features MATLAB source code that comprehensively solves roundabout traffic simulation challenges. The implementation demonstrates cellular automata-based modeling and simulation of transportation systems (roundabouts) using MATLAB. Includes complete MCM 2009 Problem A paper with solutions and functional code.

MATLAB 311 views Tagged