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://ww2.mathworks.cn/matlabcentral/fileexchange/34960-multiple-monitors-screen-capture), MATLAB Central File Exchange. 检索时间: .
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 1.0.0.0 |
