Modification of built-in dialog boxes

1 回表示 (過去 30 日間)
Spigge
Spigge 2014 年 8 月 11 日
コメント済み: Spigge 2014 年 8 月 11 日
As an experiment, I made some modifications to the built in error dialog box function (by typing edit errordlg ) and saved it under the same name. If I then call the errordlg function from a script, my changes appear as the were intended. However, if I compile the script and run it as an executable, the default appearance of the dialog box is restored. Out of curiosity, why is this so?
Spigge

採用された回答

Image Analyst
Image Analyst 2014 年 8 月 11 日
It's using the one built-into and embedded in the MCR installer, not the one you modified. If you put the file into the same folder as your main executable, then I think it should use that in preference to the default one, both in your MATLAB and your target user who is using MCR.
  1 件のコメント
Spigge
Spigge 2014 年 8 月 11 日
Thanks for your reply, what you say seems indeed reasonable. I will give it a try as my experiment does have an underlying purpose.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by