Octave Basics: Difference between revisions

Jump to navigation Jump to search
124 bytes added ,  28 October 2016
m
Link the original document
m (Link the original document)
Line 18: Line 18:
<tt>== | > | < | >= | <= | != | | || | | & | && | ! | if | else | elseif | for | while |end | break | continue | pause</tt>
<tt>== | > | < | >= | <= | != | | || | | & | && | ! | if | else | elseif | for | while |end | break | continue | pause</tt>
  for i = 1:5 if (i < 3) disp (i) else disp (i^2) end end &crarr;
  for i = 1:5 if (i < 3) disp (i) else disp (i^2) end end &crarr;
= See also =
[https://lists.gnu.org/archive/html/help-octave/2013-01/pdfoEurT8AZ7Z.pdf GNU OCTAVE CARD by Fotios Kasolis]


[[Category:Tutorials]]
[[Category:Tutorials]]

Navigation menu