Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Return value from Java to MATLAB
Posted:
Nov 20, 2012 2:35 AM
|
|
"Derek Abeyta" wrote in message <k8e16i$17v$1@newscl01ah.mathworks.com>... > I currently have a script that uses Java to do a certain set of keypress for cut and paste operations. These keypresses run asynchronous with MATLAB and therefore MATLAB does not wait on these keypresses to occur before continuing on with the rest of the script. I am currently using a pause(delay) method but I would like to eliminate the use of a pause and just have Java communicate to MATLAB that it has completed the sequence of robot operations. I am thinking if Java can return a variable/value to MATLAB, I can have MATLAB wait on this variable to arrive before executing the rest of the script. Please let me know if this is possible. Thank you.
Yes, it is indeed possible. See http://undocumentedmatlab.com/blog/waiting-for-asynchronous-events/
Yair Altman http://UndocumentedMatlab.com Read my Matlab-Java programming book
|
|
|
|