Problem with waitforbuttonpress : Figure window not active

Hi,
When I use the waitforbuttonpress function even if the figure seems to be on the foreground and active if I press keys nothing happens, I have to press alt+tab twice to have it active again and be able to press keys. I use Matlab R2015a on windows8.
kp=waitforbuttonpress;
keypress=get(gcf,'currentcharacter');
Any idea ?

 채택된 답변

Lline
Lline 2017년 2월 9일

0 개 추천

Just found the solution. These lines were included in a loop. Just before these lines I was saving the figure so it was not a problem of the figure not being active but just that there was a lag due to the saving step.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Install Products에 대해 자세히 알아보기

질문:

2017년 2월 8일

답변:

2017년 2월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by