vote up 3 vote down star
1

How do I pass a matlab function handle to a Java object and invoke it from within Java (that is, I want Java to tell matlab when it is ready with a calculation). I am trying to use the com.mathworks.jmi.Matlab class for evaluating Matlab expressions in the Java object, but I can't see how to 1) transfer the callback funcktion handle to Java, and 2) invoke it from Java possibly using the com.mathworks.jmi.Matlab class.

Thanks, jakob

flag

1 Answer

vote up 2 vote down

Hmm. Looks like JMI is one of those matlab internals things which may be subject to change in future versions. I found these online articles, not sure if they will help in your case.

link|flag
Thanks, I have found those articles but they don't tell me how to pass function handlescallbacks to java and invoke them from java. The only thing I got to work through jmi was to evalue matlab commands from java, but I need to tell matlab (from java) to execute a specific function handle. – jakob Jun 17 at 16:23
my guess is you can't do it. I've run into a similar issue (trying to pass in a Matlab function as a callback interface into a java call from MATLAB -- no apparent way to marshal into matlab) and ran out of luck. – Jason S Jun 17 at 16:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.