Skip to content

Instantly share code, notes, and snippets.

View ulfimlg's full-sized avatar

Nazim Girach ulfimlg

  • Bangalore
View GitHub Profile
@ulfimlg
ulfimlg / octave.md
Created August 17, 2017 18:47 — forked from obstschale/octave.md
An Octave introduction cheat sheet.

Octave CheatSheet

GNU Octave is a high-level interpreted language, primarily intended for numerical computations.
(via GNU Octave)

Basics

  • not equal ~=
  • logical AND &&