Size and position of command window on screen

During startup, I would like to 1) undock the Matlab desktop windows, 2) turn off all Matlab windows except the command window, and 3) establish the size and position of the command window on my screen. I would like to do this all in startup.m rather than matlabrc.m.
Is this possible? If so, what commands do I use? Does this involve merely involve adding option switches to the matlab.exe command line in startup.m? If so, what switches would I use? If I cannot do this in startup.m, can it be done in matlabrc.m?
Thank you for your responses.

Réponses (3)

Hi Joseph,
if you only want to use the command window you might just start MATLAB without the desktop
matlab -nodesktop
Add this as parameter to your MATLAB icon.
Titus

1 commentaire

Titus Edelhofer
Titus Edelhofer le 15 Fév 2012
Modifié(e) : Jan le 5 Mai 2015
To position the command window initially I guess the following submissions to the FileExchange should help moving the command window around:

Connectez-vous pour commenter.

Jan
Jan le 15 Fév 2012

0 votes

This function can set some features of the command window programmatically: CmdWinTool. The "setLayout" and "Position" arguments will be useful.

1 commentaire

Hi!
Is this CmdWinTool supposed to work with the standalone Windows applications? I tried it but the application fails. Are there any other solutions to handle the size and the position of the Windows Command prompt in the compiled standalone applications?

Connectez-vous pour commenter.

Nipun
Nipun le 4 Juil 2022

0 votes

Hi Joseph,
On windows you can use commands like CmdWinTool with parameters 'setLayout' and 'position'.
Hope that is fine

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by