You are on page 1of 1

%Final step

for m = 1:array(1)
for n = 1:array(2)
r = I(m,n);
Y(m,n) = S(r);
end
end

You might also like