Azzera filtri
Azzera filtri

How to positon the command window?

1 visualizzazione (ultimi 30 giorni)
David Koenig
David Koenig il 31 Ott 2013
In response to a question, the following script was presented as an answer:
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktopMainFrame = desktop.getMainFrame;
% Get desktop dimensions
desktopDims = desktopMainFrame.getSize;
desktopW = desktopDims.getWidth;
desktopH = desktopDims.getHeight;
% Resize desktop to half of original size
desktopMainFrame.setSize(desktopW/2,desktopH/2);
I used this successfully for changing the size of the window.
Is there a way to position, say, one corner of the re-sized window?
Thanks

Risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by