Category:Octave Forge: Difference between revisions

(→‎List of packages: Remove entries with own wiki page.)
mNo edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Warning | Since July 2022 Octave packages are organized by https://packages.octave.org.}}
<br>
[[File:Octave-flower.svg|left]]
[[File:Octave-flower.svg|left]]


[https://octave.sourceforge.io Octave Forge] is a community project for collaborative development of GNU Octave extensions, called "Octave packages". If you have a large package that you want to open up to collaborative development, or a couple of m-files that you want to contribute to an existing package, Octave Forge is the place to do it. Tiny helper functions (the equivalent of e.g., shell aliases) should go in the [[Tips and tricks]] page.
[https://octave.sourceforge.io Octave Forge] is a community project for collaborative development of [[:Category:Packages|Octave packages]]. If you have a large package that you want to open up to collaborative development, or a couple of m-files that you want to contribute to an existing package, Octave Forge is the place to do it. Octave Forge may not have any guarantees regarding reliability of the software and the users are to use them at their own risk.


== Installing packages ==
== Installing packages ==
Line 10: Line 14:


If you use a [[Release_History | very old Octave version]] (< 3.4.0), you'll have to download the package file manually, and use {{Codeline|pkg install package_file_name.tar.gz}}.
If you use a [[Release_History | very old Octave version]] (< 3.4.0), you'll have to download the package file manually, and use {{Codeline|pkg install package_file_name.tar.gz}}.
== List of external packages ==
* [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/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
* [[sci_cosim|Scilab co-simulation package]]


== See also ==
== See also ==
* [[Packages]]
* [[Creating packages]]
== External links ==


* [https://octave.sourceforge.io Octave Forge website]
* [https://octave.sourceforge.io Octave Forge website]
* [[Reviewing Octave Forge packages]]


[[Category:Packages]]
[[Category:Packages]]

Latest revision as of 13:48, 16 July 2022

Warning icon.svg
Since July 2022 Octave packages are organized by https://packages.octave.org.


Octave-flower.svg

Octave Forge is a community project for collaborative development of Octave packages. If you have a large package that you want to open up to collaborative development, or a couple of m-files that you want to contribute to an existing package, Octave Forge is the place to do it. Octave Forge may not have any guarantees regarding reliability of the software and the users are to use them at their own risk.

Installing packagesEdit

You can find the list of packages on the Octave Forge website. The recommended method for package installation is using your system package manager, see also the FAQ for the most common issues. The official Windows Installer bundles several packages so they don't have to be installed separately.

To install a package from the Octave Forge, at the Octave prompt type pkg install -forge package_name. This requires an internet connection.

If you use a very old Octave version (< 3.4.0), you'll have to download the package file manually, and use pkg install package_file_name.tar.gz.

See alsoEdit