Skip to content

Instantly share code, notes, and snippets.

View droussis's full-sized avatar

Dimitrios Roussis droussis

View GitHub Profile
@droussis
droussis / octave.md
Created June 19, 2019 19:34 — 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 &&