Different desktops under windows 10
Afficher commentaires plus anciens
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 commentaires
Thomas Richner
le 8 Fév 2018
The link is now dead. Can you let me know what the solution is? Thanks
Boris Gourevitch
le 8 Fév 2018
Marco Kapfenberger
le 12 Oct 2018
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
le 24 Mar 2021
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
le 6 Nov 2023
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.
Réponses (1)
Morteza Hajitabar Firuzjaei
le 8 Fév 2018
0 votes
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
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!