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 件のコメント
Yuebin Zhou
2016 年 1 月 22 日
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!