You are on page 1of 1

for i=1:n for j=1:m if T(row, col)==A(m*d+j) Temp(i,j)=A(m*d+j); end end d=d+1; end T_I=Temp; end

You might also like