@hackage matlab0.3.0.0

Matlab bindings and interface

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

    Custom

  • Tested Compilers

  • Dependencies (8)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      engine
       (on by default)

      Enable Matlab engine (spawned eng process) support

      runtime
       (off by default)

      Enable Matlab runtime (linked library) support