필터 지우기
필터 지우기

Pause the execution of script

조회 수: 2 (최근 30일)
Luffy
Luffy 2012년 7월 2일
Hi everyone,
I have a script file which has a plot in it, then i have a gui which changes settings of that plot , so i used pause on & pause(40) commands after gui to stop execution of other part of script to allow user some time to select which doesn't sound good.
I want to pause the execution and have a pushbutton in gui which continues the execution

답변 (1개)

Thomas
Thomas 2012년 7월 2일
maybe uiwait can help.
doc uiwait
  댓글 수: 4
Jan
Jan 2012년 7월 4일
편집: Jan 2012년 7월 4일
@Monkey: Please post the corresponding code, because the textual description is too vague to allow a reliable analysis.
Luffy
Luffy 2012년 7월 4일
@Simon: i didn't know hw to post it,related part is only 2lines and the entire code ws very big to post
So let me explain it simply,
I have to pause my code just after gui loads,so that i can press some button's in gui & then i want to press a push button upon which the code should continue executing from where it stopped.

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by