필터 지우기
필터 지우기

Turning off GUI Alerts

조회 수: 1 (최근 30일)
Jacob Mevorach
Jacob Mevorach 2017년 4월 17일
댓글: Jacob Mevorach 2017년 5월 3일
So I built a GUI in guide and it's working great. My only problem right now is that it performs a lot of operations and every time it performs an operation (which it does a lot of) it comes to the front of my screen and this makes it impossible for me to look at code or other things in MATLAB while it's running. Does anyone know of a simple command I might include in the code for the GUI that will cause it not to do this?

채택된 답변

Jan
Jan 2017년 4월 17일
편집: Jan 2017년 4월 18일
You cannot include a command to prevent getting the figure on top, but you can remove the command, which causes this behaviour. Search for a figure(...) command and remove it.
  댓글 수: 1
Jacob Mevorach
Jacob Mevorach 2017년 5월 3일
Thank you Jan! I appreciate the help.

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

추가 답변 (0개)

카테고리

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