- /
-
2^n matrix
on 11 Oct 2022
- 4
- 16
- 1
- 0
- 165
n=10;
x=2^n;
z=[];
for i=1:n
y=[zeros(2^(i-1),1);ones(2^(i-1),1)];
z=[z repmat(y,x/length(y),1)];
end
imagesc(z)
colorbar
title('Search For My old Projects and vote the best :) ')