GetScreenshots - bash screencapture from matlab with various user-settings

版本 1.1.0.0 (6.7 KB) 作者: Barbara
Start screencapture.sh from within matlab, with user-defined parameters (delay, number of shots)
127.0 次下载
更新时间 2014/12/16

查看许可证

This function calls a bash script which acquires screenshots in the background while matlab continues working.
The matlab script creates the bash-script first with user-defined parameters (or default settings), and after calling it, returns the path and name of the bash script.
Images are saved with consecutive numbering to a predefined folder.
I find this useful when running a fullscreen matlab display, which I want to capture at different times during presentation.
Written and tested so far only in Matlab 2009.

引用格式

Barbara (2024). GetScreenshots - bash screencapture from matlab with various user-settings (https://www.mathworks.com/matlabcentral/fileexchange/48749-getscreenshots-bash-screencapture-from-matlab-with-various-user-settings), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Software Development Tools 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

- optionally saving multiple screens (NoOfScreens>1), named disp1, disp2 etc.
- UseExistingScripts 0: create new script and run; 1: run previously created script;-1: create new script and return
- defaultFileName to customize image output

1.0.0.0