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!