Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Octave Basics
(edit)
Revision as of 06:07, 30 November 2013
24 bytes added
,
06:07, 30 November 2013
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 ↵
for i = 1:5 if (i < 3) disp (i) else disp (i^2) end end ↵
+
+
[[Category:Tutorials]]
Rezahousseini
501
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