Avoid/Block a msgBox?

Hi, I'm using a .p file in my project and it displays an annoying warning in a msgbox and I need to block it or catch it?
Does anyone know how to do it?
Thanks

回答 (1 件)

Sean de Wolski
Sean de Wolski 2014 年 1 月 9 日

0 投票

close(gcf)
?

2 件のコメント

JuanesA89
JuanesA89 2014 年 1 月 9 日
Hello, thanks for your help. Actually, I can't close like that because the .p file waits for me to hit ACCEPT before continue and exit the function.
Maybe my problem its not possible to solve. I was hoping something like:
try
run_p_file
catch
end
Sean de Wolski
Sean de Wolski 2014 年 1 月 9 日
So they have a uiwait() around the message box that forces it to hold.
I don't know of any way around this other than contacting the author and asking them for a new version.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeStructures についてさらに検索

質問済み:

2014 年 1 月 9 日

コメント済み:

2014 年 1 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by