matlab 2016a figure window incorrect position and size
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Julian Hapke
2017-3-31
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!