MATLAB: Print Screen

print

How can i take screen shot with help of matlab?

Best Answer

[EDITED]: You can capture the full screen by using the handle 0:
img = screencapture(0, 'Position', [0 0 1270 1023]);