[kepler-users] Kepler help

2009-02-03 Thread Matt Jones
Hi Michael, The MatlabExpression actor calls the local shared library for Matlab, which it needs to be able to find. If you read the actor documentation in the Actor Reference Manual (or from the Help menu in Kepler), it describes how to set the appropriate environment variables before running

[kepler-users] For loop

2009-02-03 Thread Bertram Ludaescher
-users -- next part -- An HTML attachment was scrubbed... URL: http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20090203/71cca27d/attachment.html

[kepler-users] For loop

2009-02-03 Thread Michal Owsiak
Hello all, I want to build composite actor which will read input from multiport. Additionally, I want to go through all the Tokens from input port and perform some action using each token. Is it possible to go through all the elements from input port in Kepler workflow? Another question is: is