Jump to content

Elementary cellular automaton: Difference between revisions

m (→‎Haskell Array-based solution: (fixed a minor literal in the preamble))
(→‎{{header|OCTAVE}}: fix all caps)
Line 1,959:
* * * * * * * * * * * * * * * *</lang>
 
=={{header|OCTAVEOctave}}==
<lang OCTAVEoctave>clear all
 
clear all
E=200;
idx=round(E/2);
Line 1,978 ⟶ 1,976:
imagesc(reshape(z,E,E)'); % Medland map
</lang>
 
 
=={{header|Perl}}==
1,934

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.