スタンドアロンアプリ​ケーションがコマンド​プロンプトに結果を返​さないのはなぜですか​?

MATLAB Compiler の deploytool にて、Windows スタンドアロンアプリケーションを作りました。例えば、デモにある MagicSquare をコンパイルし、実行しても、コマンドプロンプトに結果が表示されません。
c:\>magicsquare.exe 5
c:\>

 Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 31 Mai 2012

0 Stimmen

DEPLOYTOOLの画面にて、ターゲットに"Windowsスタンドアロンアプリケーション"を選択しますと、コマンドプロンプトを利用しないスタンドアロンアプリケーションが生成されます。コマンドプロンプトに結果を表示する場合は、ターゲットに""コンソールアプリケーション" を選択します。

Weitere Antworten (0)

Kategorien

Mehr zu スタンドアロン アプリケーション finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!