Clear Filters
Clear Filters

Keyboard automation Matlab 2016

2 views (last 30 days)
Atishay Jain
Atishay Jain on 16 Apr 2016
Edited: Atishay Jain on 16 Apr 2016
How can I automate keyboard in the sense if I put a condition and it matches then it should press the next arrow?
I was using this
key.keyPress (java.awt.event.KeyEvent.VK_RIGHT);
key.keyRelease (java.awt.event.KeyEvent.VK_RIGHT );
But it doesn't seem to be working in Matlab 2016

Answers (0)

Categories

Find more on Desktop in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!