How to display figure on a specific monitor when there are multiple screens
I use a computer with multiple screens. I would like to have my new figures spawn on a screen that I specify instead of the main display screen. It would be wonderful if MATLAB could detect the number of displays connected, and let me pass the display number to "figure". If the display vanishes during the execution, fall back to alternate displays.
It would be nice to have a method where I did not have to compute the pixels. If the code executes after a monitor gets disconnected the figure is out of the viewable screen.I use a computer with multiple screens. I would like to have my new figures spawn on a screen that I specify instead of the main display screen. It would be wonderful if MATLAB could detect the number of displays connected, and let me pass the display number to "figure". If the display vanishes during the execution, fall back to alternate displays.
It would be nice to have a method where I did not have to compute the pixels. If the code executes after a monitor gets disconnected the figure is out of the viewable screen. I use a computer with multiple screens. I would like to have my new figures spawn on a screen that I specify instead of the main display screen. It would be wonderful if MATLAB could detect the number of displays connected, and let me pass the display number to "figure". If the display vanishes during the execution, fall back to alternate displays.
It would be nice to have a method where I did not have to compute the pixels. If the code executes after a monitor gets disconnected the figure is out of the viewable screen. monitorpositions, defaultfigureposition, defaultpropertyvalues MATLAB Answers — New Questions