GNU Octave Wiki: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Advanced topics: Group Octave Forge with Packages to reduce verbosity.)
(→‎Packages / Octave Forge: Reduce verbosity of section.)
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
==== [[Octave Forge]] ====
See also the list of Forge Wiki pages: [[:Category:Octave Forge]]
* [[Arduino_package|arduino package]] Control arduino devices from Octave
* [[bim_package|bim package]] Solve Partial Differential Equations with a Finite Element method
* [[Control_package|Control package]]
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/CGI_programming_with_Octave CGI] Common Gateway Interface for Octave
* [[Dataframe_package|Dataframe package]] cell arrays on steroids
* [[Dicom_package|Dicom package]]
* [[Fem-fenics|fem-fenics]] Interface to [http://fenicsproject.org/ FEnics] FEM library
* [[Geometry_package|Geometry package]]
* [[Image package]]
* [[Image_acquisition_package|Image acquisition package]] Capture images, for example from v4l2 hardware like webcams
* [[Instrument_control__package|Instrument control package]]
* [[Interval_package|Interval package]] Real-valued interval arithmetic
* [[IO_package|I/O package]]
* [[Java_package|Java package]]
* [[Mechanics_package|Mechanics package]]
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/NcArray ncArray] High-level interface of accessing a single or a collection of NetCDF files as a multi-dimensional array
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/Octave-netcdf netcdf] matlab-compatible NetCDF package
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/NetCDF_toolbox_for_Octave octcdf] NetCDF package (old)
* [[ocs_package|OCS package]] Octave Circuit Simulator
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/Optimal_interpolation_Fortran_module_with_Octave_interface optiminterp] Optimal interpolation
* [[Parallel_package|Parallel package]]
* [[Sockets_package|Sockets package]]
* [[Symbolic package|Symbolic package]]
* [[TISEAN_package|TISEAN package]]
* [[Video_package|Video package]]
* [[sci_cosim|Scilab co-simulation package]]
* [[Zeromq_package|Zeromq package]] Zeromq bindings for Octave.


=== [[:Category:Resources|Tutorials/Examples]] ===
=== [[:Category:Resources|Tutorials/Examples]] ===

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

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

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.

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

Packages / Octave Forge

Tutorials/Examples


Development

Academia

Project Ideas

External Links