
Main
Home
Documentation
Mailing Lists
Demonstration
Download
Sourceforge project
FAQ
History
Links
Contact
Developers
|
JMatLink
Connect Matlab and Java.
[Index]
[Documentation]
[Demonstration]
[Download]
History
-
Release of JMatLink V1.2.0
here.
November 4, 2005 by Stefan Müller
New features:
- added mechanism to stop and start the engine thread. If no connection
to matlab is active the engine thread is terminated. Upon opening
a new connection the thread is started again.
- added ant build script for windows
- added more useful text if loading of the native the library failed.
- changed some return values in JMatLink.c from "NULL" to "0"
- added more testcases for JUnit
- updated the javadoc documentation
- bugfix for engGetArray(int ,) -> engGetArray(long, )
-
Release of JMatLink V1.1.0
here.
New features:
Major rework of engine functions.
Changed engOutputBuffer(engine, bufferlenght) to create a buffer only.
Added engGetOutputBuffer(engine) to actually get the output.
engOutputBuffer now also supports to get the output buffer of different engines.
Fixed a memory leak.
Added some endurance testing.
July 10, 2005 by Stefan Müller
-
Subscribe to the mailinglist of JMatLink
here.
July 2, 2005 by Stefan Müller
-
Restarted development of JMatLink
May 23, 2005 by Stefan Müller
|