Print Screen
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Prashant Somani
el 8 de Feb. de 2012
Comentada: Tom Bell
el 12 de Jun. de 2020
How can i take screen shot with help of matlab?
0 comentarios
Respuesta aceptada
Jan
el 8 de Feb. de 2012
[EDITED]: You can capture the full screen by using the handle 0:
img = screencapture(0, 'Position', [0 0 1270 1023]);
4 comentarios
Ashutosh
el 24 de Mzo. de 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
el 12 de Jun. de 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!
Más respuestas (1)
Ver también
Categorías
Más información sobre Printing and Saving en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!