필터 지우기
필터 지우기

pause; Requires any key press to continue..

조회 수: 3 (최근 30일)
Sagar
Sagar 2014년 11월 13일
댓글: Sagar 2014년 11월 14일
The 'pause' command in code requires any key press from user to continue,Is there any software way to resume that pause? In my code the pause is resumed based on some condition,how to resume it after that condition is executed?
  댓글 수: 2
Guillaume
Guillaume 2014년 11월 13일
Matlab is single threaded, so while it is still running your code (even though it's paused), no other code would be executed. Therefore there would not be any software condition to detect.
Or do you mean the condition is in another software than matlab?
Sagar
Sagar 2014년 11월 14일
There is no other software to meet that condition, I was trying to use toggle button in gui to pause and resume.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by