필터 지우기
필터 지우기

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

조회 수: 5 (최근 30일)
kanwal preet
kanwal preet 2015년 8월 3일
편집: Jan 2015년 8월 3일
similarly like C language of 'getch' what is the alternate in MATLAB

답변 (1개)

Jan
Jan 2015년 8월 3일
편집: Jan 2015년 8월 3일
figure('WindowKeyPressFcn', @KeyPressCB)
function KeyPressCB(ObjectH, EventData)
disp(EventData.Key)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by