Character for "ENTER"

조회 수: 20 (최근 30일)
Hg
Hg 2017년 2월 28일
편집: Hg 2017년 2월 28일
I want to break a loop by pressing ENTER key. What character does ENTER key represent?
while (1)
if strcmp(get(gcf,'currentcharacter'),'??');
break;
end
end

채택된 답변

Walter Roberson
Walter Roberson 2017년 2월 28일
Use CurrentKey 'Enter'
Otherwise, char(10)
  댓글 수: 1
Hg
Hg 2017년 2월 28일
편집: Hg 2017년 2월 28일
It seems like char(10) is for Windows. In my case, which is Windows on a Macbook, only char(13) works.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by