For simplicity, say I have a Java object which generates a random number at randomly spaced time intervals. I wish to have a MATLAB object notified every time one of these rand
I have only done this from C, and it seems to be the better option. Anyhow, following
http://undocumentedmatlab.com/blog/jmi-wrapper-remote-matlabcontrol/
it looks like the best way would be to make use of the documented support for a COM interface (Windows) and process pipes (Unix/Mac).
Hope it helps