skip to main | skip to sidebar

My Octave/Matlab

Sunday, October 7, 2007

Basic Symbols

Boolean expression

Symbol meaning example
== equal if x==y
~= not equal if x~=y
> greater than if x>y
>=
<
<=

& AND if x==y & y>2
| OR if x==1 | y>2
~ NOT if x = ~y
Posted by Minh Anh at 7:02 PM
Labels: basic commands, symbols

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Basic Octave

  • Octave Quick Ref. Card
  • Intro to Numerical Analysis class
  • Official GNUPLOT documentation
  • GNUplot 4.0 - A brief Manual and Tutorial
  • Miscellaneous Debris blog

General

  • Octave Documentation
  • Octave Wiki
  • Octave FAQ

Blog Archive

  • ►  2008 (3)
    • ►  May (3)
  • ▼  2007 (13)
    • ►  December (2)
    • ▼  October (9)
      • Links for Plotting
      • Basic Matrix, collected
      • Basic Plotting
      • Basic Functions
      • Function Programming
      • Basic Symbols
      • Vectors
      • Control Statements
      • Install gnuplot on Ubuntu
    • ►  September (2)