Difference between revisions of "Octave"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* Installation on [https://wiki.octave.org/Octave_for_Microsoft_Windows Windows] | * Installation on [https://wiki.octave.org/Octave_for_Microsoft_Windows Windows] | ||
* Installation on [https://wiki.octave.org/Octave_for_macOS MacOS] | * Installation on [https://wiki.octave.org/Octave_for_macOS MacOS] | ||
+ | |||
+ | = Use = | ||
+ | == The IDE == | ||
+ | |||
+ | === Editor === | ||
+ | === Command Window === | ||
+ | == Packages == | ||
+ | [https://octave.sourceforge.io/ Octave Forge] allows you to install packages to use within Octave. | ||
+ | |||
+ | ; pkg list : Lists installed packages | ||
+ | ; pkg install -forge <pkg-name> : Install a package |
Revision as of 08:04, 8 February 2020
Octave is an open source MATLAB-like application. More information can be found at the Octave website.
Installation
- Installation on GNU/Linux and Other Unix systems
- Installation on Windows
- Installation on MacOS
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