Move all figures to a specific monitor?
36 次查看(过去 30 天)
显示 更早的评论
I have two monitors, I prefer to write code on primary monitor and view figures on secondary monitor. I have managed to make the newly generated figure display on secodary screen by setting properties of the root object in startup.m.
set(0, 'DefaultFigurePosition', [-1120, 538, 560, 420]); %make the new figure display on a second screen, hard-encode the positions
However, when I double-click a figure that was previously saved in .fig format in the file explorer, the figure would display on primary monoitor.
Is there any way can avoid this? Or, can I move all the figures on primary monitor to secondary monitor with their relative positions unchanged?
0 个评论
回答(2 个)
Dhananjay Kumar
2019-12-4
See this thread: Is it possible to viewing the "figure" window on second display?
1 个评论
Rik
2019-12-4
This could help, although normally the position is one of the properties that are stored in the fig file, so this cannot be applied directly.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!