Skip to content

Instantly share code, notes, and snippets.

View Nitinpal07's full-sized avatar
💻
Focusing

Nitinpal07

💻
Focusing
View GitHub Profile
@Nitinpal07
Nitinpal07 / octave.md
Created February 20, 2019 10:03 — 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 &&