Why do I receive the error when using GETFRAME on a figure in a second (dual) monitor?
Show older comments
I have performed the following to utilize a dual monitor setup for my workstation and executed GETFRAME to capture an image on the extra monitor:
1. Connect a second monitor as a left-hand extension of the main screen
2. Execute the GETFRAME function
3. Move figure to left (secondary) screen
4. Execute GETFRAME again
When I proceed with the mentioned steps I receive the following error:
??? Error using ==> capturescreen
The rectangle passed to getframe must be at least partially on screen.
Error in ==> getframe at 35
x=capturescreen(varargin{:});
Accepted Answer
More Answers (0)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!