Leon Bello added begin_lstlisting_function_map_setup__.tex  over 8 years ago

Commit id: ebb58da1dcf693dcffaa1d0c65bf87b903258c77

deletions | additions      

         

\begin{lstlisting}  function map = setup(size, numSeeds)  map = zeros(size);  map(round(size/2), round(size/2)) = 1;  for i = 1:(numSeeds - 1)  map(randi(size), randi(size)) = 1;  end   end  \end{lstlisting}