Macbook Pro Multiple Desktops
16 次查看(过去 30 天)
显示 更早的评论
I run Matlab on a Macbook in one of several multiple desktops. I set Matlab to FullScreen in it's desktop. There are two problems with how Matlab works in this mode. First if I switch to a different desktop new figures are not no longer created in the Matlab desktop but appear in Desktop 1. Second everytime Matlab creates a figure it switches the Mac to that desktop if the figure is large enough. This has the effect of totally subverting that multiple desktop capability. Is there a way to deal with this?
2 个评论
Tzer Han Tan
2021-4-7
I have a similar problem. I run long computations in Matlab on Desktop 1 and plan to do some other work on Desktop 2. But figures from Matlab keeps popping into Desktop 2. How to keep ALL Matlab windows to the same Desktop as the main windown in Matlab? Thanks.
Tzer Han Tan
2021-4-7
ok I found a solution to my own question: https://www.mathworks.com/matlabcentral/answers/252320-why-do-all-matlab-windows-appear-on-each-of-my-mac-desktops
And @Kurt Lanes I also found a workaround to your query. You can dock the figure in the main Matlab window by default using:
set(0,'DefaultFigureWindowStyle','docked')
And this should let you work in other Desktops without intereference.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!