getscreen

GETSCREEN captures the screen
ダウンロード: 51
更新 2018/2/24

ライセンスの表示

% 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)

引用

Lateef Adewale Kareem (2026). getscreen (https://jp.mathworks.com/matlabcentral/fileexchange/66185-getscreen), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAnimation についてさらに検索
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.0.0