Print Screen
    12 views (last 30 days)
  
       Show older comments
    
How can i take screen shot with help of matlab?
0 Comments
Accepted Answer
  Jan
      
      
 on 8 Feb 2012
        [EDITED]: You can capture the full screen by using the handle 0:
img = screencapture(0, 'Position', [0 0 1270 1023]);
4 Comments
  Ashutosh
 on 24 Mar 2020
				Even with the edited code, I am still having the problem of capturing the Matlab window.
Is there any other way around it?
  Tom Bell
 on 12 Jun 2020
				Hi Ashutosh,
I just fixed this issue when using a Mac. You have to go to System Preferences -> Security & Prvacy -> Privacy and allow Matlab to record the contents of your screen.
Hope this helps!
More Answers (1)
See Also
Categories
				Find more on Printing and Saving 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!