Different desktops under windows 10
显示 更早的评论
Under Windows 10, I put Matlab in the desktop 2 and kept desktop 1 for other stuff. If I launch a script in matlab and then move to desktop 1, the figures will appear in desktop 1. This is not very convenient. Is there a way to stick the figures to the desktop to which the Matlab command window belongs ? Thanks in advance.
6 个评论
Thomas Richner
2018-2-8
The link is now dead. Can you let me know what the solution is? Thanks
Boris Gourevitch
2018-2-8
Marco Kapfenberger
2018-10-12
At the moment MATLAB is not qualified against virtual desktops. At this time, it is not possible to specify virtual desktop to create or open a figure window. Creating or opening a figure will cause a window to appear in the active virtual desktop.
You can try one of these two workarounds:
1. Set the "WindowStyle" attribute of the figure into "docked", which will force the figure to show up in the MATLAB window.
2. Set the "Visible" attributes of the figure into "off", thus the window of the figure will not be created. If you later want to display each figure, you could set "Visible" to "on" for the figure you want to show.
Bernt Nilsson
2021-3-24
Apologies, this should have been a comment, not an answer.
Five years have passed. Is current Matlab qualified against virtual desktops on Windows 10? It would be great if new figure windows would by default be created on the virtual desktop where Matlab is used, and not on the currently active one.
Are there any plans for such a feature?
Johannes
2023-11-6
Hello from the future, I also have trouble with current Matlab on Windows 10 virtual Desktops.
Matlab is the only software that always moves to the first virtual desktop on its own, after I wake my machine from standby. I guess it could have to do with the issue that you repot.
回答(1 个)
Morteza Hajitabar Firuzjaei
2018-2-8
0 个投票
WIN + CTRL + LEFT/RIGHT: Switch to previous or next desktop. WIN + CTRL + D: Create a new desktop. WIN + CTRL + F4: Close the current desktop. WIN + TAB: Launch task view
Morteza Hajitabar Firuzjaei
类别
在 帮助中心 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!