matlab: Matlab bindings and interface
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- From version 1.24 cabal supports specifying explicit dependencies for Custom setup scripts. Consider using cabal-version >= 1.24 and adding a 'custom-setup' section with a 'setup-depends' field that specifies the dependencies of the Setup.hs script itself. The 'setup-depends' field uses the same syntax as 'build-depends', so a simple example would be 'setup-depends: base, Cabal'.
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/"
Properties
Versions | 0.1, 0.2.0.0, 0.3.0.0, 0.3.0.0 |
---|---|
Change log | None available |
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:40:20Z |
Modules
- 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
- Foreign.Matlab.Array
- Foreign.Matlab
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
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
- matlab-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees