Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Matlab bindings and interface for Haskell

License

NotificationsYou must be signed in to change notification settings

nko/haskell-matlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an updated version of Dylan Simon'smatlab package which isavailable on Hackage. I made changes primarily to allow the package to workwith newer versions of GHC and MATLAB.

Installation

You will probably need to add some arguments that point Cabal to your MATLABinstallation. For example, on a Linux system with MATLAB R2014a,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/"

On a Windows system with the MATLAB Compiler Runtime, it might look like this:

cabal install --extra-lib-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\extern\include" --extra-lib-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\bin\win64"

Test platforms

This package has been confirmed to work on the following systems:

GHC versioncabal-install versionOperating SystemMATLAB
7.8.31.20.0.3Ubuntu 14.10MATLAB R2014a
7.8.31.18.0.5Windows 7MCR R2014a

About

Matlab bindings and interface for Haskell

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell91.7%
  • C6.6%
  • Makefile1.5%
  • Other0.2%

[8]ページ先頭

©2009-2025 Movatter.jp