Octave Basics: Difference between revisions

Jump to navigation Jump to search
24 bytes added ,  30 November 2013
no edit summary
(Scrpts => Scripts)
No edit summary
Line 17: Line 17:
<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;
[[Category:Tutorials]]
501

edits

Navigation menu