Packages: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎INTLAB: Do not advertise non-free software as an “alternative” to free software)
m (→‎octsympy: Link to wiki page.)
(26 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[File:Octave-flower.svg|left|frame|[[:Category:Octave Forge|Octave Forge]] logo.]]
This is a list of Packages available for GNU Octave.
This is a list of Packages available for GNU Octave.


= Octave Forge =
For a collection of high quality packages see [[:Category:Octave Forge|Octave Forge]].
 
= External Packages =
 
Feel free to add your package.
 
== GeoPDEs ==


The official community packages: http://octave.sourceforge.net/  
[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.


You may also take a look at the Wiki page for each package: http://wiki.octave.org/Category:Octave-Forge
The GeoPDEs package provides a common and flexible framework for implementing and testing new isogeometric methods for the solution of partial differential equations.  


= Other Packages =
== FEATool - Finite Element Analysis Toolbox ==


Feel free to add unlisted packages.
[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 ==
== go-redis ==
Line 44: Line 54:
== octsympy ==
== octsympy ==


This package is now part of Octave Forge as the new [http://octave.sourceforge.net/symbolic symbolic package].  Main development site is still at https://github.com/cbm755/octsympy.
: ''Main article: [[Symbolic package]]''
 
This package is now part of Octave Forge as [[Symbolic package]].  Main development site is still at https://github.com/cbm755/octsympy.
 
== sci cosim ==
 
: ''Main article: [[sci cosim]]''
 
Scilab co-simulation package
 
* https://github.com/amromanov/sci_cosim


== shogun ==
== shogun ==
Line 58: Line 78:
* http://www.vlfeat.org/index.html
* http://www.vlfeat.org/index.html


== epanet-octave ==
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.
* https://forja.cica.es/projects/epanet-octave/
== mexopencv ==
Collection and a development kit of matlab mex functions for OpenCV library
* http://kyamagu.github.io/mexopencv
* https://github.com/kyamagu/mexopencv
== Octave Web Interface and Server ==
A simple web interface and server with Plotly js/html plotting backend.
* https://github.com/precisesimulation/octave-matlab-web-interface
== gpml==
Gaussian processes for machine learning
* [http://www.gaussianprocess.org/gpml/code/matlab/doc/ Webpage of the author]
* [https://bitbucket.org/KaKiLa/gpml/src Repository]
* Downloads or pkg installation: https://bitbucket.org/KaKiLa/gpml/downloads/
== ekfukf ==
Kalman filtering and smoothing
* [https://github.com/kakila/ekfukf Repository]
== fda ==
Functional data analysis
* [http://www.psych.mcgill.ca/misc/fda/ Webpage of the author]
* [https://bitbucket.org/KaKiLa/fda/src Repository]


== See also ==
* [[Creating packages]]
* [[Reviewing Octave-Forge packages]]


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

Revision as of 12:38, 10 June 2019

This is a list of Packages available for GNU Octave.

For a collection of high quality packages see Octave Forge.

External Packages

Feel free to add your package.

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

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.

go-redis

GNU Octave Redis client

LIBSVM, LIBLINEAR

Libraries for support vector machine / machine learning classification, regression, and distribution estimation problems. C++, with an interface to Octave.

ltfat

The Large Time-Frequency Analysis Toolbox®. Please note, this package is available on Octave Forge too, but it has its own website.

mex-sqlite3

An extension for MATLAB® or GNU/octave to access sqlite3 databases

octave-network-toolbox

A set of graph/networks analysis functions in Octave

octsympy

Main article: Symbolic package

This package is now part of Octave Forge as Symbolic package. Main development site is still at https://github.com/cbm755/octsympy.

sci cosim

Main article: sci cosim

Scilab co-simulation package

shogun

The Shogun Machine Learning Toolbox®

vlfeat

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.

epanet-octave

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.

mexopencv

Collection and a development kit of matlab mex functions for OpenCV library

Octave Web Interface and Server

A simple web interface and server with Plotly js/html plotting backend.

gpml

Gaussian processes for machine learning

ekfukf

Kalman filtering and smoothing

fda

Functional data analysis

See also