My screen resolution is set to 1600x1200. In MATLAB, I set my "DefaultFigurePosition" property using the following command:
set(0,'DefaultFigurePosition', [400 100 1050 1000])
I then open multiple figure windows using the following loop:
for i = 1:46
figure
end
On the last figure, I receive the following message in the command window:
Out of Windows Resources: Allocation of bitmap failed.
Disabling backingstore for current figure.