Print Screen
10 ビュー (過去 30 日間)
古いコメントを表示
How can i take screen shot with help of matlab?
0 件のコメント
採用された回答
Jan
2012 年 2 月 8 日
[EDITED]: You can capture the full screen by using the handle 0:
img = screencapture(0, 'Position', [0 0 1270 1023]);
4 件のコメント
Ashutosh
2020 年 3 月 24 日
Even with the edited code, I am still having the problem of capturing the Matlab window.
Is there any other way around it?
Tom Bell
2020 年 6 月 12 日
Hi Ashutosh,
I just fixed this issue when using a Mac. You have to go to System Preferences -> Security & Prvacy -> Privacy and allow Matlab to record the contents of your screen.
Hope this helps!
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!