Screen Capture

Function to capture the screen, or portions of the screen. Uses java.awt.robot screen capture.

現在この提出コンテンツをフォロー中です。

Based on this excellent screencapture script by Saurabh Kumar: http://www.mathworks.com/matlabcentral/fileexchange/11363-screencapture

Added a function wrapper to make it more convenient, also added options to be able to capture subregions instead of the full screen, and data can be returned as a Matlab image rather than just a file.

Jan Simon noted this implementation by Yair Altman which has many more options:
http://www.mathworks.com/matlabcentral/fileexchange/24323-screencapture-get-a-screen-capture-of-a-figure-frame-or-component

引用

Chethan Pandarinath (2026). Screen Capture (https://jp.mathworks.com/matlabcentral/fileexchange/36391-screen-capture), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: screencapture

カテゴリ

Help Center および MATLAB AnswersInteractive Control and Callbacks についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.5.0.0

fixed minor issue with default args

1.4.0.0

added a link to Yair's version

1.1.0.0

Modified code to run much faster.

1.0.0.0