Octave

From UCT EE Wiki
Revision as of 08:04, 8 February 2020 by CRNKEE002 (talk | contribs)
Jump to navigation Jump to search

Octave is an open source MATLAB-like application. More information can be found at the Octave website.

Installation

Use

The IDE

Editor

Command Window

Packages

Octave Forge allows you to install packages to use within Octave.

pkg list 
Lists installed packages
pkg install -forge <pkg-name> 
Install a package