GNU Octave Wiki: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Advanced topics: Merge Project ideas to most important eye catcher.)
(Flatten structure, don't teach people how to use a wiki here.)
Line 29: Line 29:
* [[Video tutorials|Videos]]
* [[Video tutorials|Videos]]
* [https://bagustris.github.io/octave-tutorial Short course]
* [https://bagustris.github.io/octave-tutorial Short course]
== 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 [[Special:AllPages|here]]. To locate something specific, try the wiki's [[Special:Search|search]] box, or prepend {{Codeline|<nowiki>site:wiki.octave.org</nowiki>}} to a [https://duckduckgo.com/?q=site%3Awiki.octave.org DuckDuckGo] or [https://www.google.com/search?q=site%3Awiki.octave.org Google] search. Please read the [[Contribution guidelines]] first, if you want to contribute to this Wiki.


[[File:Octave-flower.svg|right|frame|[[:Category:Octave Forge|Octave Forge]] is a collection of high quality packages for GNU Octave.]]
[[File:Octave-flower.svg|right|frame|[[:Category:Octave Forge|Octave Forge]] is a collection of high quality packages for GNU Octave.]]


=== [[Packages]] / [[:Category:Octave Forge|Octave Forge]] ===
== [[Packages]] / [[:Category:Octave Forge|Octave Forge]] ==


* [https://octave.org/doc/interpreter/Installing-and-Removing-Packages.html Installing packages]
* [https://octave.org/doc/interpreter/Installing-and-Removing-Packages.html Installing packages]
Line 42: Line 38:
* '''[[:Category:Octave Forge|Octave Forge]]''' &mdash; A collection of high quality packages for GNU Octave.
* '''[[:Category:Octave Forge|Octave Forge]]''' &mdash; A collection of high quality packages for GNU Octave.


=== [[:Category:Development|Development]] ===
== [[:Category:Development|Development]] ==


We always need more help improving Octave and there are many ways [https://www.gnu.org/software/octave/get-involved.html you can contribute]. You can help by fixing bugs, developing new features, answering questions on the mailing list or IRC channel, helping to improve this wiki or other web pages.
We always need more help improving Octave and there are many ways [https://www.gnu.org/software/octave/get-involved.html you can contribute]. You can help by fixing bugs, developing new features, answering questions on the mailing list or IRC channel, helping to improve this wiki or other web pages.
Line 49: Line 45:
* Take a look at our [[Summer of Code Project Ideas]].
* Take a look at our [[Summer of Code Project Ideas]].


=== [[:Category:Academia|Academia]] ===
== [[:Category:Academia|Academia]] ==


* [[Publications using Octave]] - A compilation of scientific publications making reference to GNU Octave (add yours!).
* [[Publications using Octave]] &mdash; A compilation of scientific publications making reference to GNU Octave (add yours!).


== External Links ==
== External Links ==

Revision as of 11:20, 14 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).

Info icon.svg
GNU Octave 9.1.0 is the current stable release.

Are you using an old version of Octave? Check the Release History page to see how old it is.

News

  • March 14, 2024 GNU Octave 9.1.0 has been released (see above)!

Getting help

Getting started

Octave Forge is a collection of high quality packages for GNU Octave.

Packages / Octave Forge

Development

We always need more help improving Octave and there are many ways you can contribute. You can help by fixing bugs, developing new features, answering questions on the mailing list or IRC channel, helping to improve this wiki or other web pages.

Academia

External Links