Changelog
Versions 1.x
1.1 (2014-08-15)
- Updated for compatibility with Mathematica 10.
- Minor performance improvements.
- Added
MATLink`Developer`GetInfo[]
to ease debugging user issues.
1.00 (2013-05-31)
- Identical to version 0.99.
Versions 0.9x – Beta
0.99 (2013-05-20)
- Fixed
MEvaluate
returning strings containing backslashes. Syntax errors are now correctly displayed on Windows.
0.98 (2013-05-20)
- Allow currently running MATLAB evaluation to be interrupted from Mathematica on Linux and OS X.
- Other minor bug fixes
0.97 (2013-05-18)
- MATLAB anonymous functions can now be created and used using
MFunction
.
0.96 (2013-05-16)
- Added support for transferring the following MATLAB types:
int8
, uint8
and uint16
.
0.95 (2013-05-06)
- Further imroved the performance of
MEvaluate
on OS X and Linux.
0.94 (2013-05-04)
- MATLink is now compatible with versions of MATLAB earlier than R2011b.
- Removed redundant error checking, hence imroving the performance of
MEvaluate
.
0.93 (2013-05-01)
- Prevent
MEvaluate
from creating an empty output cell when output is suppressed in MATLAB.
- MATLink is now in public beta!
0.92 (2013-04-28)
- Use
SetOptions
framework for the Force32BitEngine
option
- Allow resetting of
init.m
file to defaults from within MATLink
0.91 (2013-04-24)
- Added support for using a 32-bit version of MATLAB with a 64-bit version of Mathematica using a
Force32BitEngine
flag.
0.9 (2013-04-22)
- MATLink is released as a private beta!