You are on page 1of 1

a = 4;

for i =1:10
a = a * 5;
x(i) = a;
end

You might also like