Mauro
Universidad Autónoma de Barcelona-UAB
Followers: 0 Following: 0
Feeds
답변 있음
How to find Moore neighbourhood in a 2D cellular automata?
[N, ~] = size(pop); should be [N, ~] = size(G);
How to find Moore neighbourhood in a 2D cellular automata?
[N, ~] = size(pop); should be [N, ~] = size(G);
8개월 전 | 0
답변 있음
How to find Moore neighbourhood in a 2D cellular automata?
function [out] = M_neighbors(G,x,ner) % G: input matrix % x: index_target (position in the grid; e.g. 56) % ner: Moore radius...
How to find Moore neighbourhood in a 2D cellular automata?
function [out] = M_neighbors(G,x,ner) % G: input matrix % x: index_target (position in the grid; e.g. 56) % ner: Moore radius...
8개월 전 | 0
