Effacer les filtres
Effacer les filtres

difference between console window and desktop Command Window

5 vues (au cours des 30 derniers jours)
Xiaodi
Xiaodi le 3 Sep 2017
Commenté : Xiaodi le 3 Sep 2017
This is a very simple question, but I am not so sure about it. From my point, I think they are the same thing, but when I read documentation of diary,
doc diary
there are some contents in the following about the console window and desktop command window.
Viewing the output of diary in a console window might produce different results compared to viewing diary output in the desktop Command Window.
One example is using the \r option for the fprintf function; using the \n option might alleviate that problem.
Maybe some one can tell me with a screenshot, what is the difference between them?
Thanks forward!! Xiaodi

Réponse acceptée

Image Analyst
Image Analyst le 3 Sep 2017
Well one difference is that when you've compiled your program and run it, you get (unless you suppress it) an operating system console window that is essentially supposed to be like the command window. It needs to do that because with a compiled program the full MATLAB development environment is not there so it creates this console window for output. HOWEVER the formatting (line wrap, spacing, etc.) is controlled by the operating system rather than MATLAB so there is a possibility things might look slightly different.
  3 commentaires
Image Analyst
Image Analyst le 3 Sep 2017
I'm not sure what you're seeing, but yes, if you're running MATLAB with no IDE, like with the nodesktop option or from a compiled program, then the "command window" will created as your Ubuntu terminal window. The appearance there may be similar but it's not guaranteed to look EXACTLY the same. For example the font will probably be different, etc.
Xiaodi
Xiaodi le 3 Sep 2017
Thank you so much!!!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Entering Commands dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by