Vectorized implementation of Conway's game of life in Octave/Matlab
This is a vectorized implementation of conway's game of life written in octave. In each loop the full grid is evaluated at once.
It implements toroidal boundary conditions and a random initial state.