I'm trying to use a for-loop in matlab where there is an increment of 0.1, 0.01, 0.001, etc., but I don't understand how to that.
I've tried something like this:
for i = 0.1: "step" : 10^-10
% do something
end
I don't know what to put in "step." Can someone explain if there's a way for me to solve this?
works perfectly in displaying