Skip to content

Instantly share code, notes, and snippets.

@iansebastian
iansebastian / octave.md
Created May 15, 2019 17: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 &&