%LIFE_LEX "Cleve's Laboratory" version of Conway's Game of Life.
% "Life" is a cellular automaton invented by John Conway that involves
% life and death in a rectangular, two-dimensional, cellular universe.
% See:
% http://www.mathworks.com/moler/exm/chapters/life.pdf
% http://blogs.mathworks.com/cleve/2018/11/08/revisiting-the-game-of-life
Cleve Moler (2021). Game of Life (https://www.mathworks.com/matlabcentral/fileexchange/69383-game-of-life), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Great implementation of the classic cellular automaton