Effacer les filtres
Effacer les filtres

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

5 vues (au cours des 30 derniers jours)
kanwal preet
kanwal preet le 3 Août 2015
Modifié(e) : Jan le 3 Août 2015
similarly like C language of 'getch' what is the alternate in MATLAB

Réponses (1)

Jan
Jan le 3 Août 2015
Modifié(e) : Jan le 3 Août 2015
figure('WindowKeyPressFcn', @KeyPressCB)
function KeyPressCB(ObjectH, EventData)
disp(EventData.Key)

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by