GNU Octave Wiki: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
(Filling out the homepage with references to existing wiki pages (should some of these be pruned ?). Still need to add short descriptions for each item and group of items.)
Line 15: Line 15:
== Pages Related to Building Octave ==
== Pages Related to Building Octave ==


[http://www.octave.org/wiki/index.php?title=Build_from_source Building From Source]
* [http://www.octave.org/wiki/index.php?title=Build_from_source Building From Source]


[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]


[http://www.octave.org/wiki/index.php?title=Octave_for_GNU_Linux:_Binary_Octave_packages_for_GNU_Linux Octave for GNU Linux: Binary Octave packages]
* [http://www.octave.org/wiki/index.php?title=Octave_for_GNU_Linux:_Binary_Octave_packages_for_GNU_Linux Octave for GNU Linux: Binary Octave packages]


[http://www.octave.org/wiki/index.php?title=Octave_for_Windows Octave for Windows]
* [http://www.octave.org/wiki/index.php?title=Octave_for_Windows Octave for Windows]


[http://www.octave.org/wiki/index.php?title=Octave_for_Mac Octave for MacOS (minimalistic)]
* [http://www.octave.org/wiki/index.php?title=Octave_for_Mac Octave for MacOS (minimalistic)]


[http://www.octave.org/wiki/index.php?title=Enable_large_arrays:_Build_octave_such_that_it_can_use_arrays_larger_than_2Gb. Building Octave to Use Large Arrays]
* [http://www.octave.org/wiki/index.php?title=Enable_large_arrays:_Build_octave_such_that_it_can_use_arrays_larger_than_2Gb. Building Octave to Use Large Arrays]


[http://www.octave.org/wiki/index.php?title=RunInPlace Shell Script to Run Octave "in place"]
* [http://www.octave.org/wiki/index.php?title=RunInPlace Shell Script to Run Octave "in place"]


== Pages Related to Octave Packages ==
== Pages Related to Octave Packages ==


[http://www.octave.org/wiki/index.php?title=Dicom_package Dicom]
* [http://www.octave.org/wiki/index.php?title=Dicom_package Dicom]


[http://www.octave.org/wiki/index.php?title=Geometry_package Geometry]
* [http://www.octave.org/wiki/index.php?title=Geometry_package Geometry]


[http://www.octave.org/wiki/index.php?title=IO_package I/O]
* [http://www.octave.org/wiki/index.php?title=IO_package I/O]


[http://www.octave.org/wiki/index.php?title=Java_package Java]
* [http://www.octave.org/wiki/index.php?title=Java_package Java]


[http://www.octave.org/wiki/index.php?title=Mechanics_package Mechanics]
* [http://www.octave.org/wiki/index.php?title=Mechanics_package Mechanics]


[http://www.octave.org/wiki/index.php?title=Robotics_package Robotics]
* [http://www.octave.org/wiki/index.php?title=Robotics_package Robotics]


[http://www.octave.org/wiki/index.php?title=Video_package Video]
* [http://www.octave.org/wiki/index.php?title=Video_package Video]


== Editors & Octave ==
== Editors & Octave ==


[http://www.octave.org/wiki/index.php?title=Gedit Gedit]
* [http://www.octave.org/wiki/index.php?title=Gedit Gedit]


[http://www.octave.org/wiki/index.php?title=Emacs Emacs]
* [http://www.octave.org/wiki/index.php?title=Emacs Emacs]


== Miscellaneous ==
== Miscellaneous ==


[http://www.octave.org/wiki/index.php?title=Tips_and_tricks Tips & Tricks]
* [http://www.octave.org/wiki/index.php?title=Tips_and_tricks Tips & Tricks]
 
== External Links ==
 
* [http://www.gnu.org/software/octave/ Octave Homepage]
 
* [http://octave.sourceforge.net/ Octave Forge]
 
* [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/patch/?group=octave GNU Octave - Patch Tracker]
 
* [https://savannah.gnu.org/hg/?group=octave GNU Octave - Mercurial Repositories]

Revision as of 15:19, 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

Pages Related to Octave Packages

Editors & Octave

Miscellaneous

External Links