GNU Octave Wiki: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
[http://www.octave.org/wiki/index.php?title=Mercurial_(hg)_cheat_sheet Mercurial Cheat Sheet] | [http://www.octave.org/wiki/index.php?title=Mercurial_(hg)_cheat_sheet Mercurial Cheat Sheet] | ||
[http://www.octave.org/wiki/index.php?title=Testing Testing Source Code] | [http://www.octave.org/wiki/index.php?title=Testing Testing Source Code] | ||
Line 54: | Line 52: | ||
[http://www.octave.org/wiki/index.php?title=Emacs Emacs] | [http://www.octave.org/wiki/index.php?title=Emacs Emacs] | ||
== Miscellaneous == | |||
[http://www.octave.org/wiki/index.php?title=Tips_and_tricks Tips & Tricks] |
Revision as of 04:26, 15 January 2012
GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable.
This wiki is intended to supplement the Octave documentation. Before adding content, please check that it is not already part of, or belongs in, the Octave's documentation.
The FAQ is a good place to start in this wiki.
Octave FAQ
The FAQ is a list of frequently asked questions (FAQ) for Octave users.
Octave Conference 2012
Planning for OctConf 2012 is under way. Newbies, experienced users, aspiring developers, and experienced developers are all encouraged to attend.
Pages Related to Building Octave
Octave for GNU Linux: Binary Octave packages
Octave for MacOS (minimalistic)
Building Octave to Use Large Arrays
Shell Script to Run Octave "in place"