1,852
edits
m (→Plotting: Align image as thumbnail) |
(→Control flow with loops: Correct spelling) |
||
Line 112: | Line 112: | ||
= Control flow | = Control flow with loops = | ||
Octave supports <code>for</code> and <code>while</code> loops, as well as other control flow | Octave supports <code>for</code> and <code>while</code> loops, as well as other control flow | ||
Line 130: | Line 130: | ||
k = k + step; | k = k + step; | ||
endwhile</syntaxhighlight> | endwhile</syntaxhighlight> | ||
= Vectorization = | = Vectorization = |