When I undock, new figures show up off screen

3 views (last 30 days)
After opening MATLAB and then undocking (3 screens before, 1 screen after), my figures show up off screen. How do I fix this without restarting MATLAB?

Accepted Answer

Jason H. Nicholson
Jason H. Nicholson on 2 Aug 2023
Edited: Jason H. Nicholson on 2 Aug 2023
groot().reset
groot() is a function that gets the root graphical object. Calling the reset method of this object resets the screen size and settings to the current screen topology.

More Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!