GNU Octave Wiki: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Octave-Forge: ordered list alphabetically and added another one)
Line 25: Line 25:


==== [[Octave-Forge]] ====
==== [[Octave-Forge]] ====
* [[bim_package|bim]] Solve Partial Differential Equaltions with a Finite Element method
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/CGI_programming_with_Octave CGI] Common Gateway Interface for Octave
* [[Dicom_package|Dicom]]
* [[Dicom_package|Dicom]]
* [[Fem-fenics|fem-fenics]] Interface to [http://fenicsproject.org/ FEnics] FEM library
* [[Geometry_package|Geometry]]
* [[Geometry_package|Geometry]]
* [[Image_acquisition_package|Image acquisition]] Capture images, for example from v4l2 hardware like webcams
* [[Instrument_control__package|Instrument control]]
* [[Interval_package|Interval]] Real-valued interval arithmetic
* [[IO_package|I/O]]
* [[IO_package|I/O]]
* [[Java_package|Java]]
* [[Java_package|Java]]
* [[Mechanics_package|Mechanics]]
* [[Mechanics_package|Mechanics]]
* [[Instrument_control__package|Instrument control]]
* [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)
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/Optimal_interpolation_Fortran_module_with_Octave_interface optiminterp] Optimal interpolation
* [[Parallel_package|parallel]]
* [[Sockets_package|Sockets]]
* [[Sockets_package|Sockets]]
* [[Image_acquisition_package|Image acquisition]] Capture images, for example from v4l2 hardware like webcams
* [[Video_package|Video]]
* [[Video_package|Video]]
* [[Fem-fenics|fem-fenics]] Interface to [http://fenicsproject.org/ FEnics] FEM library
* [[bim_package|bim]] Solve Partial Differential Equaltions with a Finite Element method
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/CGI_programming_with_Octave CGI] Common Gateway Interface for Octave
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/Optimal_interpolation_Fortran_module_with_Octave_interface optiminterp] Optimal interpolation
* [http://modb.oce.ulg.ac.be/mediawiki/index.php/NetCDF_toolbox_for_Octave octcdf] NetCDF package (old)
* [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/NcArray ncArray] High-level interface of accessing a single or a collection of NetCDF files as a multi-dimensional array
* [[Parallel_package|parallel]]


=== [[:Category:Editors|Editors]] ===
=== [[:Category:Editors|Editors]] ===

Revision as of 20:13, 4 December 2014

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.

This wiki is intended to supplement the GNU Octave documentation. Before adding content, please check that it is not already part of, or belongs in, the documentation and read the Contribution guidelines.

GNU Octave FAQ

The FAQ is a list of frequently asked questions (FAQ) for GNU Octave users and a good place to start.

Answers to questions regarding what is Octave, licensing, new features, documentation, installation, coding, contributing to Octave, and more, are found there.

Table of contents

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:http://www.octave.org/wiki/ to a google search. Please read the Contribution guidelines first, if you want to contribute to this Wiki.

Installation

Packages

Octave-Forge

Editors

Tutorials/Examples

Plotting tutorials

Development

Building

Testing

Packaging

Academia

Project Ideas

External Links