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/"

Modules

[Last Documentation]

  • Foreign
    • Foreign.Matlab
      • Foreign.Matlab.Array
        • Foreign.Matlab.Array.Able
        • Foreign.Matlab.Array.Auto
        • Foreign.Matlab.Array.IMX
        • Foreign.Matlab.Array.MArray
      • Foreign.Matlab.Engine
        • Foreign.Matlab.Engine.Wrappers
      • Foreign.Matlab.MAT
      • Foreign.Matlab.Runtime
        • Foreign.Matlab.Runtime.Generic
      • Foreign.Matlab.Types

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.5 && <0.6), base (>=4.0 && <4.16), Cabal (>=2.1 && <2.5), containers (>=0.6 && <0.7), exceptions (>=0.10 && <0.11), filepath (>=1.4 && <1.5), matlab, path (>=0.6 && <0.7), profunctors (>=5.3 && <5.4), template-haskell (>=2.14 && <2.15), text (>=1.2 && <1.3), unix (>=2.7 && <2.8) [details]
License BSD-3-Clause
Author Dylan Simon, Ben Sherman, Brandon Barker
Maintainer Brandon Barker <brandon.barker@cornell.edu>
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.3.0.0.git(tag 0.3.0.0)
Uploaded by bebarker at 2020-07-28T19:49:52Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables haskell-hello, matlab-engine-test
Downloads 1937 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-05-30 [all 2 reports]