Category:Packages: Difference between revisions

From Octave
Jump to navigation Jump to search
Line 87: Line 87:
| An implementation of a symbolic toolbox using SymPy.
| An implementation of a symbolic toolbox using SymPy.
| https://github.com/cbm755/octsympy https://octave.sourceforge.io/symbolic
| https://github.com/cbm755/octsympy https://octave.sourceforge.io/symbolic
|-
| [[sci cosim]]
| Scilab co-simulation package.
| https://github.com/amromanov/sci_cosim
|-
| shogun
| The Shogun Machine Learning Toolbox®.
| https://github.com/shogun-toolbox/shogun
|}
|}




=== sci cosim ===
: ''Main article: [[sci cosim]]''
Scilab co-simulation package
* https://github.com/amromanov/sci_cosim
=== shogun ===
The Shogun Machine Learning Toolbox®
* https://github.com/shogun-toolbox/shogun


=== vlfeat ===
=== vlfeat ===

Revision as of 04:12, 30 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.

  1. pkg install pkg-example-1.0.0.tar.gz
  2. 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

With pkg install

Name Description Links
MPI Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing. https://github.com/carlodefalco/octave-mpi
Packajoozle An experimental alternative package manager for Octave. https://github.com/apjanke/octave-packajoozle
Tablicious Matlab-compatible table, datetime, and categorical data types (Like "pandas for Octave"). https://github.com/apjanke/octave-tablicious
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. https://github.com/gnu-octave/octave-websockets
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. https://gitlab.com/mtmiller/octave-pythonic

Custom installation method

Name Description Links
GeoPDEs 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/
go-redis 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. https://www.csie.ntu.edu.tw/~cjlin/libsvm/ https://www.csie.ntu.edu.tw/~cjlin/liblinear/
ltfat The Large Time-Frequency Analysis Toolbox®. https://ltfat.github.io/
mex-sqlite3 Access to sqlite3 databases. https://github.com/rmartinjak/mex-sqlite3
octave-network-toolbox A set of graph/networks analysis functions in Octave. https://aeolianine.github.io/octave-networks-toolbox/
octsympy An implementation of a symbolic toolbox using SymPy. https://github.com/cbm755/octsympy https://octave.sourceforge.io/symbolic
sci cosim Scilab co-simulation package. https://github.com/amromanov/sci_cosim
shogun The Shogun Machine Learning Toolbox®. https://github.com/shogun-toolbox/shogun


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

ekfukf

Kalman filtering and smoothing

fda

Functional data analysis

Commercial code

Name Description Links
FEATool 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/

See also

Subcategories

This category has only the following subcategory.

Pages in category "Packages"

The following 11 pages are in this category, out of 11 total.