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

2 Ansichten (letzte 30 Tage)
kanwal preet
kanwal preet am 3 Aug. 2015
Bearbeitet: Jan am 3 Aug. 2015
similarly like C language of 'getch' what is the alternate in MATLAB

Antworten (1)

Jan
Jan am 3 Aug. 2015
Bearbeitet: Jan am 3 Aug. 2015
figure('WindowKeyPressFcn', @KeyPressCB)
function KeyPressCB(ObjectH, EventData)
disp(EventData.Key)

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by