Using Java Robot class in Parfeval
Ältere Kommentare anzeigen
Now I want to use Java Robot Class in a function. That function will be called by parfeval(), which will be evaluated in background.
- It seems that Java robot class can not be used in parfeval().*
May I kindly know if there is a solution for this problem?
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 22 Jul. 2016
0 Stimmen
Each worker has its own process, and that process has no assigned graphics and no assigned keyboard or mouse. When you use the Java Robot class within that process, there is no keyboard or mouse to simulate presses of.
Kategorien
Mehr zu Call Java from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!