how to use the kbhit function to poll for keypress
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i came across this function khbit by Amanda but i cant figure out how to use it. i initialize the function and press a key but it did not register anything at all. anyone with any idea how this function work?
what im trying to do is to see if the user press a key eg: Enter during program execution. if the particular key is pressed, the program should perform other task.
0 comentarios
Respuestas (1)
Walter Roberson
el 23 de Oct. de 2013
When there is no key in the buffer, kbhit will return [] as the key.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!