Skip to content

Instantly share code, notes, and snippets.

View vbanurag's full-sized avatar
:octocat:

anurag sharma vbanurag

:octocat:
View GitHub Profile
@vbanurag
vbanurag / octave.md
Created September 30, 2019 06: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 &&
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">