The equivalent of loops

Often when scanning over a parameter range one may want to simulate so many parameters that it is not practical to type them in. In this case has the equivalent of a loop. So for example if one wanted to change a value from 100 to 400 in steps of 1, one could type


\begin{listing}
% latex2html id marker 3265
[H]
\begin{minted}[frame=single,
fr...
...]{matlab}
\par
[100 400 1]
\par
\end{minted}\caption{JSON example}
\end{listing}