matlab-0.2.0.0: Matlab bindings and interface

Safe HaskellNone
LanguageHaskell2010

Foreign.Matlab.Array.Able

Description

Direct conversion between Haskell data structures and IMXData.

In general, scalars convert to the obvious, and lists to row vectors.

Synopsis

Documentation

withMatlabArray :: Matlabable a => a -> (MAnyArray -> IO a) -> IO a Source

Generate a temporary MXArray

fromMatlabArray :: Matlabable a => MAnyArray -> IO (Maybe a) Source

Convert directly from MXArray (without freeing the original array)