Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Octave Basics
(edit)
Revision as of 03:54, 28 October 2016
124 bytes added
,
03:54, 28 October 2016
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 ↵
for i = 1:5 if (i < 3) disp (i) else disp (i^2) end end ↵
+
+
= See also =
+
+
[https://lists.gnu.org/archive/html/help-octave/2013-01/pdfoEurT8AZ7Z.pdf GNU OCTAVE CARD by Fotios Kasolis]
[[Category:Tutorials]]
[[Category:Tutorials]]
Siko1056
Bureaucrats
,
Administrators
1,758
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
🏠 GNU Octave Wiki
⚙️ Installing
📦 Packages
📝 Contributed Code
🔬 Development
❓ FAQ
Wiki
Recent changes
Random page
Index
Help
Tools
Special pages
Printable version