- Clipboard format: Metafile
- Figure background color: Transparent background
- Size: Match figure screen size (checked)
Copy Figure in MetaFile Error
조회 수: 13 (최근 30일)
이전 댓글 표시
Dear all,
I'm using MATLAB R2020b. Recently, I encounter errors everytime I copy the MATLAB plot figure as MetaFile using "Edit >> Copy Figure".
The error messages are as follows:
Error using print (line 83)
There was a problem while generating the output:
Unable to copy the figure to the clipboard.
Increasing the Java Heap Size setting in the MATLAB preferences may help;
otherwise try saving to a file or choose a different clipboard format.
Error in matlab.graphics.internal.copyFigureHelper
(line 158)
print(argsToPrint{:});
Error in editmenufcn (line 69)
matlab.graphics.internal.copyFigureHelper(hfig)
Error while evaluating Menu Callback.
Kindly advise to solve this issue.
Thank you in advanced.
Regards,
Chris
댓글 수: 0
답변 (1개)
Hitesh
2024년 9월 17일
Hi Chris_WMS,
I also have encountered the similar error when I adjusted the copy options as follows:
The workaround that worked for me was updating my MATLAB version to R2021a.
Hope this resolves the issue for you too.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!