Size and position of command window on screen

8 visualizaciones (últimos 30 días)
Joseph Conny
Joseph Conny el 15 de Feb. de 2012
Respondida: Nipun el 4 de Jul. de 2022
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.

Respuestas (3)

Titus Edelhofer
Titus Edelhofer el 15 de Feb. de 2012
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 comentario
Titus Edelhofer
Titus Edelhofer el 15 de Feb. de 2012
Editada: Jan el 5 de Mayo de 2015
To position the command window initially I guess the following submissions to the FileExchange should help moving the command window around:

Iniciar sesión para comentar.


Jan
Jan el 15 de Feb. de 2012
This function can set some features of the command window programmatically: CmdWinTool. The "setLayout" and "Position" arguments will be useful.
  1 comentario
Nasser Hosseini
Nasser Hosseini el 1 de Mzo. de 2022
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?

Iniciar sesión para comentar.


Nipun
Nipun el 4 de Jul. de 2022
Hi Joseph,
On windows you can use commands like CmdWinTool with parameters 'setLayout' and 'position'.
Hope that is fine

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by