이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
function a=screensnap(b)
% screensnap is a mex file to snap the screen
% the input b is double data
% when b=0,the snapped screen excluding the matlab window
% else, the snapped screen including the matlab window
% compile to use>> mex screensnap.c user32.lib gdi32.lib
% usage:1, >>a=screensnap(0) %exclude the matlab window
% >>imshow(a);
% 2, >>a=screensnap(1); %include the matlab window
% >> imshow(a);
% designed by darnshong
% chenzushang@sina.com http://darnshong.52blog.net
% 2005-12-18
인용 양식
Darnshong chen (2026). snap the screen (https://kr.mathworks.com/matlabcentral/fileexchange/9393-snap-the-screen), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
