GNU Octave Wiki: Difference between revisions
(→Installing: Overhaul important section.) |
(→Getting help: Strip obvious solution. Reduce content.) |
||
Line 20: | Line 20: | ||
== Getting help == | == Getting help == | ||
* | * [[FAQ|Frequently asked questions (FAQ)]] | ||
* [https://www.gnu.org/software/octave/doc/interpreter GNU Octave documentation] | |||
* [https://www.gnu.org/software/octave/support.html Other support options] | * [https://www.gnu.org/software/octave/support.html Other support options] | ||
Revision as of 14:45, 11 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.
Tutorials/Examples
- Octave Basics - A short reference card to get started.
- Plotting tutorials
- Tips and tricks - Guidelines to improve your coding skills.
- Cookbook - Several simple and useful examples.
- Octave load - Use liboctave functions to load variables from a file in Octave's binary format.
- Fortran - Accessing liboctave from a Fortran 2003 program.
- Octave fun - Coding can be fun -- miscellaneous more or less funny scripts
- How to Connect SystemVerilog with 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
- GNU Octave - Bug Tracker
- GNU Octave - Task Tracker
- GNU Octave - Patch Tracker
- GNU Octave - Mercurial Repositories
- Planet Octave (collection of blog feeds featuring Octave developers and Summer of Code students)