Editing Category:Packages

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[File:Octave-flower.svg|frame|link=[[:Category:Octave Forge]]|[[:Category:Octave Forge|Octave Forge]] logo.]]
:''This is a list of Packages available for GNU Octave.''


:''This is a list of Packages and Codes available for GNU Octave.''
= Octave Forge =


Octave [https://octave.org/doc/latest/Packages.html packages] extend the functionality of GNU Octave by particular useful features and can be developed and distributed by anyone. Currently there are two collections of Octave packages:
{|
| [[File:Octave-flower.svg|left|frame|link=[[:Category:Octave Forge]]|[[:Category:Octave Forge|Octave Forge]] logo.]]
| style="vertical-align:top;" |
For a collection of '''high quality packages''' see [[:Category:Octave Forge|Octave Forge]].
* [https://octave.sourceforge.io/packages.php#community-packages List of Octave Forge '''community packages''']
* [https://octave.sourceforge.io/packages.php#external-packages List of Octave Forge '''external packages''']
|}
 
<div style="clear:both;"></div>
= External Packages =
{{Note|Feel free to add your package.}}
 
== MPI ==
 
[https://github.com/carlodefalco/octave-mpi mpi] Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing.
 
== GeoPDEs ==
 
[http://rafavzqz.github.io/geopdes/ GeoPDEs] is an open source and free package for the research and teaching of Isogeometric Analysis, written in Octave and fully compatible with Matlab.
 
The GeoPDEs package provides a common and flexible framework for implementing and testing new isogeometric methods for the solution of partial differential equations.
 
== FEATool - Finite Element Analysis Toolbox ==
 
[https://www.featool.com/multiphysics/ FEATool Multiphysics] is a commercial and proprietary Octave and Matlab FEM toolbox for modeling and simulation of physics and engineering applications with the finite element method. FEATool features an easy to use GUI and fully integrated CAD, geometry tools, automatic grid generation and solvers.
 
* https://www.featool.com/
 
== go-redis ==
 
GNU Octave Redis client
 
* https://github.com/markuman/go-redis
 
== LIBSVM, LIBLINEAR ==
 
Libraries for support vector machine / machine learning classification, regression, and distribution estimation problems. C++, with an interface to Octave.
 
* http://www.csie.ntu.edu.tw/~cjlin/libsvm
* http://www.csie.ntu.edu.tw/~cjlin/liblinear
 
== ltfat ==
 
The Large Time-Frequency Analysis Toolbox®. Please note, this package is available on Octave Forge too, but it has its own website.
 
* http://ltfat.github.io/
 
== mex-sqlite3 ==
 
An extension for MATLAB® or GNU/octave to access sqlite3 databases
 
* https://github.com/rmartinjak/mex-sqlite3


* https://packages.octave.org
== octave-network-toolbox ==
* [[:Category:Octave Forge|Octave Forge]] (legacy)


== About Octave packages ==
A set of graph/networks analysis functions in Octave


The format and requirements of Octave packages is specified in the [https://octave.org/doc/latest/Creating-Packages.html GNU Octave manual]. There is an [https://github.com/gnu-octave/pkg-example example package] as well.
* http://aeolianine.github.io/octave-networks-toolbox/


Octave packages can be installed by the {{manual|pkg}} tool.  The following two examples demonstrate how to install the [https://github.com/gnu-octave/pkg-example example package] (1.) after downloading the release tarball and (2.) directly from an URL.
== octsympy ==


# <code>pkg install pkg-example-1.0.0.tar.gz</code>
: ''Main article: [[Symbolic package]]''
# <code>pkg install https://github.com/gnu-octave/pkg-example/archive/1.0.0.tar.gz</code>


If you created your own package, it can be added to the [https://github.com/gnu-octave/packages/blob/master/CONTRIBUTING.md Octave Package] index.
This package is now part of Octave Forge as [[Symbolic package]].  Main development site is still at https://github.com/cbm755/octsympy.


Existing packages of the Octave Forge index can be installed with the <code>-forge</code> flag, for example:
== sci cosim ==


* <code>pkg install -forge image</code>
: ''Main article: [[sci cosim]]''


The Octave Forge index is a legacy project and does not accept new packages.
Scilab co-simulation package


== Free and open-source code with custom installation ==
* https://github.com/amromanov/sci_cosim


Those codes have to be installed as described on the respective website.
== shogun ==


{| class="wikitable sortable"
The Shogun Machine Learning Toolbox®  
|-
 
! scope="col" | Name
* https://github.com/shogun-toolbox/shogun
! scope="col" class="unsortable" | Description
 
! scope="col" class="unsortable" | Links
== vlfeat ==
|-
 
| GeoPDEs
The VLFeat open source library implements popular computer vision algorithms including HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels, and quick shift.
| Open source and free package for the research and teaching of Isogeometric Analysis, written in Octave and fully compatible with Matlab. The GeoPDEs package provides a common and flexible framework for implementing and testing new isogeometric methods for the solution of partial differential equations.
 
| https://github.com/rafavzqz/geopdes/ https://rafavzqz.github.io/geopdes/
* http://www.vlfeat.org/index.html
|-
 
| go-redis
== epanet-octave ==
| Redis client
 
| https://github.com/markuman/go-redis
The epanet-octave open source library is a wrapper, including some scripts, to call Epanet Toolkit. Functions are adapted to improve its usability in GNU Octave (e.g. allowing vectors as EpaNet Toolkit function inputs). Still under development.  
|-
 
| LIBSVM, LIBLINEAR
* https://forja.cica.es/projects/epanet-octave/
| Libraries for support vector machine / machine learning classification, regression, and distribution estimation problems. C++, with an interface to Octave.
 
| https://www.csie.ntu.edu.tw/~cjlin/libsvm/ https://www.csie.ntu.edu.tw/~cjlin/liblinear/
== mexopencv ==
|-
 
| ltfat
Collection and a development kit of matlab mex functions for OpenCV library
| The Large Time-Frequency Analysis Toolbox®.
 
| https://ltfat.github.io/
* http://kyamagu.github.io/mexopencv
|-
* https://github.com/kyamagu/mexopencv
| mex-sqlite3
 
| Access to sqlite3 databases.
== gpml==
| https://github.com/rmartinjak/mex-sqlite3
Gaussian processes for machine learning
|-
 
| octave-network-toolbox
* [http://www.gaussianprocess.org/gpml/code/matlab/doc/ Webpage of the author]
| A set of graph/networks analysis functions in Octave.
* [https://gitlab.com/hnickisch/gpml-matlab Repository]
| https://aeolianine.github.io/octave-networks-toolbox/
* Downloads or pkg installation: https://gitlab.com/hnickisch/gpml-matlab/-/releases
|-
 
| [[sci cosim]]
== ekfukf ==
| Scilab co-simulation package.
Kalman filtering and smoothing
| https://github.com/amromanov/sci_cosim
 
|-
* [https://github.com/kakila/ekfukf Repository]
| shogun
 
| The Shogun Machine Learning Toolbox®.
== fda ==
| https://github.com/shogun-toolbox/shogun
Functional data analysis
|-
 
| vlfeat
* [http://www.psych.mcgill.ca/misc/fda/ Webpage of the author]
| The VLFeat open source library implements popular computer vision algorithms including HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels, and quick shift.
* [https://gitlab.com/kakila/fda Repository]
| https://github.com/vlfeat/vlfeat https://www.vlfeat.org/
 
|-
== Tablicious ==
| epanet-octave
Matlab-compatible table, datetime, and categorical data types
| The epanet-octave open source library is a wrapper, including some scripts, to call Epanet Toolkit. Functions are adapted to improve its usability in GNU Octave (e.g. allowing vectors as EpaNet Toolkit function inputs). Still under development.  
(Like "pandas for Octave")
| https://forja.cica.es/projects/epanet-octave/
 
|-
* [https://github.com/apjanke/octave-tablicious Tablicious on GitHub]
| mexopencv
 
| Collection and a development kit of mex functions for OpenCV library.
== Packajoozle ==
| https://github.com/kyamagu/mexopencv/ https://kyamagu.github.io/mexopencv/
An experimental alternative package manager for Octave
|-
 
| gpml
* [https://github.com/apjanke/octave-packajoozle Packajoozle on GitHub]
| Gaussian processes for machine learning.  
 
| https://gitlab.com/hnickisch/gpml-matlab/ http://gaussianprocess.org/gpml/code/matlab/doc/
== Pythonic ==
|-
 
| ekfukf
: ''Main article: [[Pythonic]]''
| Kalman filtering and smoothing.
 
| https://github.com/kakila/ekfukf/
The Pythonic package provides a Python language binding for Octave, to allow
|}
any Python package to be loaded and used directly, with automatic translation
from Octave to Python data types.


== Commercial ==
* https://gitlab.com/mtmiller/octave-pythonic


{| class="wikitable sortable"
== Websockets ==
|-
! scope="col" | Name
! scope="col" class="unsortable" | Description
! scope="col" class="unsortable" | Links
|-
| FEATool
| [https://www.featool.com/multiphysics/ FEATool Multiphysics] is a commercial and proprietary FEM toolbox for modeling and simulation of physics and engineering applications with the finite element method. FEATool features an easy to use GUI and fully integrated CAD, geometry tools, automatic grid generation and solvers.
| https://www.featool.com/
|}


== See also ==
The Websockets package is a simple implementation of a websocket client for
GNU Octave. It contains the elemental functions to communicate with a
websockets server.


* [https://octave.org/doc/latest/Creating-Packages.html Octave manual - Creating packages]
* [https://github.com/gnu-octave/octave-websockets Websockets on GitHub]
* [https://github.com/gnu-octave/pkg-example Octave package example]
* [[:Category:User Codes]]


[[Category:Contents]]
[[Category:Contents]]
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: