How to make MATLAB detect keyboard stroke?
Ältere Kommentare anzeigen
Hi,
I want to write a code which detect left and right arrow stroke in keyboard.
I tried to use below kind of code but it shows crosshair and also interrupts the working of other line. (Making crosshair invisible is somewhat important in this case)
[~,~,button]=ginput(1);
switch button
case 28 %left
case 29 %right
end
Is there any better way to do it? Thanks!
Akzeptierte Antwort
Weitere Antworten (2)
Amir Azadeh Ranjbar
am 19 Okt. 2023
0 Stimmen
go to this link and its work
Kategorien
Mehr zu Display Image 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!