GNU Octave Wiki: Difference between revisions
m (→Packages / Octave Forge: Minor fix in link.) |
(→Advanced topics: Merged to Category:Resources.) |
||
Line 41: | Line 41: | ||
* [[Creating packages]] | * [[Creating packages]] | ||
* '''[[:Category:Octave Forge|Octave Forge]]''' — A collection of high quality packages for GNU Octave. | * '''[[:Category:Octave Forge|Octave Forge]]''' — A collection of high quality packages for GNU Octave. | ||
=== [[:Category:Development|Development]] === | === [[:Category:Development|Development]] === |
Revision as of 22:27, 13 June 2019
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. GNU Octave is normally used through its interactive interface (CLI and GUI), but it can also be used to write non-interactive programs. The GNU Octave language is quite similar to Matlab so that most programs are easily portable.
Installing
Installation instructions for:
Get installers and sources from https://www.octave.org/download and information how to build Octave using a separate toolchain (custom built gcc version).
Are you using an old version of Octave? Check the Release History page to see how old it is.
News
- June 1, 2024 GNU Octave 9.2.0 has been released (see above)!
Getting help
Getting started
Advanced topics
Below is a temporary attempt to organize the "most wanted" pages of the Wiki. A list of all pages on the wiki can be seen here. To locate something specific, try the wiki's search box, or prepend site:wiki.octave.org
to a DuckDuckGo or Google search. Please read the Contribution guidelines first, if you want to contribute to this Wiki.
Packages / Octave Forge
- Installing packages
- Creating packages
- Octave Forge — A collection of high quality packages for GNU Octave.
Development
- 5.0.0 Release Checklist
- Contribution guidelines
- Doxygen - Internal C++ code documentation.
- International Characters Support - Using Octave in your own language.
- Editors - A list of editors supporting Octave syntax highlighting.
- Building - All pages related to build Octave.
- Building - General information.
- Continuous Build
- Large array support
- Testing source code
- Packaging - Building binary distributions.
Academia
- Publications using Octave - A compilation of scientific publications making reference to GNU Octave (add yours!).
Project Ideas
External Links
- Octave Homepage
- Octave Forge
- Bug Tracker
- Task Tracker
- Patch Tracker
- Development Repositories
- Planet Octave - A collection of blog feeds featuring Octave developers and Summer of Code students.