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.

[maintain] [Publish]

Warnings:

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

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