Using Octave: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  15 February 2017
m (→‎Plotting: Align image as thumbnail)
(→‎Control flow with loops: Correct spelling)
Line 112: Line 112:




= Control flow wih loops =
= 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 =

Navigation menu