MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: mEngine from Mathsource

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128845] Re: mEngine from Mathsource
  • From: mmausr <opngid at gmail.com>
  • Date: Fri, 30 Nov 2012 05:55:45 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <k87j1m$s30$1@smc.vnet.net>

I've used mEngine in the past w/ version 6 of Mathematica and have also experienced difficulty installing it for use with more recent Matlab/Mathematica installations.  Someone once reported edits to the mEngine source files in some newsgroup posting on the web which allegedly enabled mEngine to work again with more recent versions of Mma/Matlab.  I however have not been able to replicate this person's success.

An easier and perhaps more robust way of communicating between Mathematica and Matlab is to use Mathematica's built-in support for importing/exporting an older version of the Matlab native data format (4 or 5) and use the lightweight JSON format for Matlab structures (which are unsupported under 4 and 5). 

Using temp files (possibly in conjunction with a ramdisk) is the simplest vehicle for inter-process communication although shared memory IPC mechanisms could also be configured with a little more work.  For scripting, I have use simple bash scripts that invoke the Matlab interpreter from the command line although RPC might also be possible to incorporate here as well. 

Since both Mma and Matlab nicely interface with Java (native support for Java classes as well as automatic datatype conversions) perhaps the latter could serve as an out-of-process communication and control link too. 




  • Prev by Date: Improvements to Mathematica 9 Frontend?
  • Next by Date: Re: Unfortunate Side Effect of Upgrading to Mathematica v9 on Macintosh
  • Previous by thread: mEngine from Mathsource
  • Next by thread: Re: Inserting/Removing Forced Page Breaks?