Category:Packages: Difference between revisions
(Merge Packages to Category:Packages.) |
(Overhaul page.) |
||
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 and Codes available for GNU Octave.'' | |||
= Octave packages = | |||
[https://octave.org/doc/latest/Packages.html Octave 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: | |||
{{ | * [[:Category:Octave Forge|Octave Forge]] | ||
* [https://gnu-octave.github.io/pkg-index/ Package extensions index] | |||
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. | |||
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. | |||
# <code>pkg install pkg-example-1.0.0.tar.gz</code> | |||
# <code>pkg install https://github.com/gnu-octave/pkg-example/archive/1.0.0.tar.gz</code> | |||
If your packages meets [https://octave.sourceforge.io/developers.php additional criteria] and is added to the Octave Forge index, you can furthermore install it with the <code>-forge</code> flag, for example: | |||
* <code>pkg install -forge image</code> | |||
= Other codes = | |||
== MPI == | == MPI == | ||
Line 147: | Line 155: | ||
* [https://github.com/gnu-octave/octave-websockets Websockets on GitHub] | * [https://github.com/gnu-octave/octave-websockets Websockets on GitHub] | ||
= See also = | |||
* [https://octave.org/doc/latest/Creating-Packages.html Octave manual - Creating packages] | |||
* [https://github.com/gnu-octave/pkg-example Octave package example] | |||
[[Category:Contents]] | [[Category:Contents]] |
Revision as of 06:31, 29 September 2020
- This is a list of Packages and Codes available for GNU Octave.
Octave packages
Octave 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:
The format and requirements of Octave packages is specified in the GNU Octave manual. There is an example package as well.
Octave packages can be installed by the pkg
tool. The following two examples demonstrate how to install the example package (1.) after downloading the release tarball and (2.) directly from an URL.
pkg install pkg-example-1.0.0.tar.gz
pkg install https://github.com/gnu-octave/pkg-example/archive/1.0.0.tar.gz
If your packages meets additional criteria and is added to the Octave Forge index, you can furthermore install it with the -forge
flag, for example:
pkg install -forge image
Other codes
MPI
mpi Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing.
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
gpml
Gaussian processes for machine learning
- Webpage of the author
- Repository
- Downloads or pkg installation: https://gitlab.com/hnickisch/gpml-matlab/-/releases
ekfukf
Kalman filtering and smoothing
fda
Functional data analysis
Tablicious
Matlab-compatible table, datetime, and categorical data types (Like "pandas for Octave")
Packajoozle
An experimental alternative package manager for Octave
Pythonic
- Main article: Pythonic
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.
Websockets
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.
See also
Pages in category "Packages"
The following 11 pages are in this category, out of 11 total.