display text when running exe in dos command window

1 vue (au cours des 30 derniers jours)
Lijun Zou
Lijun Zou le 6 Fév 2023
Commenté : Walter Roberson le 7 Fév 2023
After upgrading from Matlab 2015a to Matlab 2022a, I noticed that disp() function does not print anything when running the exe in dos command window. I want to see the display so I know the progress. How can I see the display again?
function dispTest
x = 5;
disp(x)
end

Réponse acceptée

Walter Roberson
Walter Roberson le 6 Fév 2023
When you compile use the -m option; in particular do not use the -e option.
  2 commentaires
Lijun Zou
Lijun Zou le 7 Fév 2023
I use deploytool to compile. I unchecked 'Do not require Windows Command Shell' in the Additional Runtime Settings and I got the number 5 when running the updated exe in DOS command window. I will look into the mcc command. Thanks for your help.
Walter Roberson
Walter Roberson le 7 Fév 2023
The deploytool option you unchecked should be the same as using the -m option.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler SDK dans Help Center et File Exchange

Tags

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by