• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 5
  • 5
  • 0
  • 0
  • 134
A = true;
for i=1:5
B=num2cell(A);
B(A)={[0 1 0; 1 1 1; 0 1 0]};
B(~A)={zeros(3)};
A=cell2mat(B)>0;
end
imagesc(A); axis equal off; colormap(bone);
Image
Remix Tree