matlab: Matlab bindings and interface

[ bsd3, foreign, library, math, program ] [ Propose Tags ]

This package aims to provide a comprehensive interface to the MathWorks MATLAB(R) libraries and native data structures, including complete matrix access, MAT-format files, linking and execution of runtime libraries and engine. Requires MATLAB for full functionality or an installed Matlab Component Runtime (MCR). This has been tested with MATLAB R2014a and might work with others.

Installation
You will probably need add some arguments that point Cabal to your MATLAB installation. For example, on a Linux system, it may look like this:
cabal install --extra-lib-dirs="/usr/local/MATLAB/R2014a/bin/glnxa64/" --extra-include-dirs="/usr/local/MATLAB/R2014a/extern/include/"

Flags

Automatic Flags
NameDescriptionDefault
engine

Enable Matlab engine (spawned eng process) support

Enabled
runtime

Enable Matlab runtime (linked library) support

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2.0.0, 0.3.0.0
Dependencies array (<0.6), base (>=4 && <5), Cabal (<1.21), filepath (<1.4), unix (<2.8) [details]
License BSD-3-Clause
Author Dylan Simon, Ben Sherman
Maintainer Ben Sherman <benmsherman@gmail.com>
Category Foreign, Math
Bug tracker https://github.com/bmsherman/haskell-matlab/issues
Source repo head: git clone git://github.com/bmsherman/haskell-matlab.git
this: git clone git://github.com/bmsherman/haskell-matlab/releases/tag/0.2.0.0.git(tag 0.2.0.0)
Uploaded by bmsherman at 2015-01-22T18:28:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1948 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]