GNU Octave Wiki: Difference between revisions
Carandraug (talk | contribs) (use interwiki links and section level organization) |
|||
Line 2: | Line 2: | ||
This wiki is intended to supplement the [http://www.gnu.org/software/octave/doc/interpreter Octave documentation]. Before adding content, please check that it is not already part of, or belongs in, the [http://www.gnu.org/software/octave/doc/interpreter Octave's documentation]. | This wiki is intended to supplement the [http://www.gnu.org/software/octave/doc/interpreter Octave documentation]. Before adding content, please check that it is not already part of, or belongs in, the [http://www.gnu.org/software/octave/doc/interpreter Octave's documentation]. | ||
== Octave FAQ == | == Octave FAQ == | ||
The [ | The [[FAQ]] is a list of frequently asked questions (FAQ) for Octave users and a goof place to start. | ||
== Octave Conference 2012 == | == Octave Conference 2012 == | ||
Planning for [ | Planning for [[OctConf 2012]] is under way. Newbies, experienced users, aspiring developers, and experienced developers are all encouraged to attend. | ||
== Table of contents == | |||
The following is a list of the "most wanted" pages. But do try the search box of the wiki or prepend {{Codeline|<nowiki>site:http://www.octave.org/wiki/</nowiki>}} to a google search. | |||
An always up to date list of all pages on the wiki can be seen [[Special:AllPages|here]]. | |||
=== Building Octave === | |||
* [[Build from source]] | * [[Build from source]] | ||
* [[Mercurial (hg) cheat sheet]] | * [[Mercurial (hg) cheat sheet]] | ||
* [[Tests|Testing Source Code]] | * [[Tests|Testing Source Code]] | ||
* [[Octave for GNU Linux: Binary Octave packages for GNU Linux|GNU/Linux binary packages]] | * [[Octave for GNU Linux: Binary Octave packages for GNU Linux|GNU/Linux binary packages]] | ||
* [[Octave for Windows]] | * [[Octave for Windows]] | ||
* [[Octave for Mac|Octave for MacOS (minimalistic)]] | * [[Octave for Mac|Octave for MacOS (minimalistic)]] | ||
* [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Building Octave to Use Large Arrays]] | * [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Building Octave to Use Large Arrays]] | ||
* [[RunInPlace|Shell Script to Run Octave "in place"]] | * [[RunInPlace|Shell Script to Run Octave "in place"]] | ||
== | === Octave Packages === | ||
* [[Dicom_package|Dicom]] | |||
* [ | * [[Geometry_package|Geometry]] | ||
* [[IO_package|I/O]] | |||
* [ | * [[Java_package|Java]] | ||
* [[Mechanics_package|Mechanics]] | |||
* [[Robotics_package|Robotics]] | |||
* [[Video_package|Video]] | |||
* [ | === Editors & Octave === | ||
* [[Gedit]] | |||
* [[Emacs]] | |||
=== Miscellaneous === | |||
* [[Tips and tricks]] | |||
== | |||
* [ | |||
== External Links == | == External Links == | ||
* [http://www.gnu.org/software/octave/ Octave Homepage] | * [http://www.gnu.org/software/octave/ Octave Homepage] | ||
* [http://octave.sourceforge.net/ Octave Forge] | * [http://octave.sourceforge.net/ Octave Forge] | ||
* [https://savannah.gnu.org/bugs/?group=octave GNU Octave - Bug Tracker] | * [https://savannah.gnu.org/bugs/?group=octave GNU Octave - Bug Tracker] | ||
* [https://savannah.gnu.org/task/?group=octave GNU Octave - Task Tracker] | * [https://savannah.gnu.org/task/?group=octave GNU Octave - Task Tracker] | ||
* [https://savannah.gnu.org/patch/?group=octave GNU Octave - Patch Tracker] | * [https://savannah.gnu.org/patch/?group=octave GNU Octave - Patch Tracker] | ||
* [https://savannah.gnu.org/hg/?group=octave GNU Octave - Mercurial Repositories] | * [https://savannah.gnu.org/hg/?group=octave GNU Octave - Mercurial Repositories] |
Revision as of 14:16, 16 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.
Octave FAQ
The FAQ is a list of frequently asked questions (FAQ) for Octave users and a goof place to start.
Octave Conference 2012
Planning for OctConf 2012 is under way. Newbies, experienced users, aspiring developers, and experienced developers are all encouraged to attend.
Table of contents
The following is a list of the "most wanted" pages. But do try the search box of the wiki or prepend site:http://www.octave.org/wiki/
to a google search.
An always up to date list of all pages on the wiki can be seen here.
Building Octave
- Build from source
- Mercurial (hg) cheat sheet
- Testing Source Code
- GNU/Linux binary packages
- Octave for Windows
- Octave for MacOS (minimalistic)
- Building Octave to Use Large Arrays
- Shell Script to Run Octave "in place"