フィルターのクリア

how can I show the command window and processes is running a GUIDE that is compiled in .exe?

3 ビュー (過去 30 日間)
Luis Camilo
Luis Camilo 2014 年 6 月 10 日
コメント済み: Image Analyst 2014 年 6 月 11 日
I have an interface that calls an executable and displays its run in the command window and I want to see him executed when the GUIDE is compiled (.exe)? Thanks.

回答 (1 件)

Image Analyst
Image Analyst 2014 年 6 月 11 日
You just print to the console window with fprintf:
fprintf('Now my program is running...\n');
Be sure you're not using the -e option to suppress display of the console window.
  2 件のコメント
Luis Camilo
Luis Camilo 2014 年 6 月 11 日
I need show all the process that the command window have when I run the interface, it's possible ?
Image Analyst
Image Analyst 2014 年 6 月 11 日
Try putting this line in early in your program, like in the OpeningFcn:
echo on;

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

カテゴリ

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