You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% GETSCREEN captures the screen and returns a struct that could be used to
% make videos or written to an image file using the imwrite.
% For example:
% a = getscreen
% imwrite(a.cdata,'screen.jpg');
% To make a video
% vidObj = VideoWriter('Testvideo.avi');
% open(vidObj);
% for n = 1:100
% image = getframe(gcf);
% writeVideo(vidObj,image);
% end
% close(vidObj)
Cite As
Lateef Adewale Kareem (2026). getscreen (https://nl.mathworks.com/matlabcentral/fileexchange/66185-getscreen), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (860 Bytes)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
