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

1 次查看(过去 30 天)
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.

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by