similarly like C language of 'getch' what is the alternate in MATLAB

3 visualizzazioni (ultimi 30 giorni)
similarly like C language of 'getch' what is the alternate in MATLAB

Risposte (1)

Jan
Jan il 3 Ago 2015
Modificato: Jan il 3 Ago 2015
figure('WindowKeyPressFcn', @KeyPressCB)
function KeyPressCB(ObjectH, EventData)
disp(EventData.Key)

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by