problem of Dos window about the information of data postprocessing

3 ビュー (過去 30 日間)
zhiping
zhiping 2011 年 5 月 11 日
hello, I met a problem about dos window. For postprocessing,I wrote a sript, and in every step, I added an informatin about what it happened. I used the command 'disp()' to give a clue. After I compilered my script, when I ran the file .exe, there is not the dos window about the information that I added(R2011a). But in the version of R2009, it had a dos windows. I thought this is because of the new version of matlab. But I want to keep this function,what should I do? thinks a lot in acvance.

採用された回答

Kaustubha Govind
Kaustubha Govind 2011 年 5 月 11 日
You have probably compiled your project as a "Windows Standalone" (if using deploytool) or used the mcc -e option, which suppresses the DOS command window. You can simply compile as a "(Console) Standalone" to keep the DOS window.
  1 件のコメント
zhiping
zhiping 2011 年 5 月 12 日
Thank you very much. I tried to compile again as a 'Standalone', it works very well. Thanks again, :-)

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

その他の回答 (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