matlab 2016a figure window incorrect position and size
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nasser M. Abbasi
le 4 Mar 2016
Réponse apportée : Julian Hapke
le 31 Mar 2017
After installing 2016a, I noticed when creating new figure, the top part of the figure is little off the top screen/monitor edge. The menu bar is not showing, due to wrong position
I have to shake the window with the mouse a little to be able to see the top banner of the window (where the word "figure" is) and then drag the window down and resize it to make it little smaller so I can see the full figure window.
Is someone else having this problem also?
I simply do
figure
The figure window also is physically much larger than it shows with Matlab 2015a on same PC. It seems to be almost twice as large.
This is Matlab 2016a on windows 7, 64 bit.
Is there a way to correct this? It is very annoying having to adjust the figure window each time.
--Nasser
0 commentaires
Réponse acceptée
Julian Hapke
le 31 Mar 2017
If the problem still exists, just add this line to the startup.m in your startup directory or your userpath.
set(0,'defaultfigureposition',[100 100 100 100])
just enter the position vector you like. This sets the default position when you start matlab, enter it in the command window to change it only for the current session.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!