Pour le changement de boucle Incrément Matlab

% Matlab For loop options

for n=initialVal:increment:finalVal;
	% do something
end
slohobo