Skip to content

Instantly share code, notes, and snippets.

View lionsterben's full-sized avatar
🎯
Focusing

David Fu lionsterben

🎯
Focusing
View GitHub Profile
@miguelsaddress
miguelsaddress / octave.md
Created January 6, 2016 20:25 — 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 &&