フィルターのクリア

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 Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by