Skip to content

Instantly share code, notes, and snippets.

View rifatislamrakesh's full-sized avatar
💭
Third world country developer

Md Rifat Islam Rakesh rifatislamrakesh

💭
Third world country developer
View GitHub Profile
@rifatislamrakesh
rifatislamrakesh / octave.md
Created November 22, 2019 09:34 — forked from miguelsaddress/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 &&