• Remix
  • Share
  • New Entry

on 11 Oct 2022
  • 3
  • 14
  • 0
  • 0
  • 194
n=13;k=3;
x=k^n;
z=[];
for i=1:n
y=[];
for j=1:k
y=[y;j*ones(k^(i-1),1)];
end
z=[z repmat(y,x/length(y),1)];
end
imagesc(z)
colorbar
title('Search For My old Projects and vote the best :) ')
xlabel('Ahmed Raafat')
Image
Remix Tree