[kepler-users] Iterating over Elements / Looping

2012-04-24 Thread Stefan Proell
Dear Kepler Community, I am rathre new to Kepler and I have a question regarding looping. I searched the documentation and the mailing list archive, but could not find a proper answer. For a specific workflow, I need to fetch several files from a Web server and process these. For this

Re: [kepler-users] Kepler 2.3 and MATLAB

2012-04-24 Thread Daniel Crawl
I've already started on a JNA version and it looks promising. An alternative is to use matlabcontrol, which does not rely on JNI or JNA, but uses the Java Matlab interface. Unfortunately, this interface is undocumented and there's no guarantee it will work in future Matlab versions. --dan

Re: [kepler-users] Kepler 2.3 and MATLAB

2012-04-24 Thread Edward A. Lee
Translation: undocumented and there's no guarantee it will work in future Matlab versions means won't work if anything changes. I think tool integration is really a museum curator's problem today. Create a machine on which it works, then disconnect from the network, and don't change anything.

Re: [kepler-users] Kepler 2.3 and MATLAB

2012-04-24 Thread Christopher Brooks
Reimplementing the Matlab interface to use JNA instead of JNI directly would mean that we would not have to have a separate Ptolemy/Kepler Matlab-specific dll. This *might* remove some of the platform dependency issues. JNA is released under the GNU Lesser GPL. I've been using JNA as an