現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This function captures a screenshot of every monitor available in the system, and returns them into a cell array.
Usage:
%return a cell array with one image for each monitor:
screens = captureScreen;
%Capture each monitor image and displays them:
screens = captureScreen(true);
引用
Rafael Oliveira (2026). Multiple Monitors Screen Capture (https://jp.mathworks.com/matlabcentral/fileexchange/34960-multiple-monitors-screen-capture), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: screenShotRGB: Make a Screenshot using Robot Java Class
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
