Figures cropped when copying to Powerpoint

조회 수: 15 (최근 30일)
Charles Schira
Charles Schira 2017년 1월 11일
댓글: Noam Greenboim 2021년 8월 15일
I'm running R2016b on Mac OS X version 10.10.5.
When copying a figure and pasting into Powerpoint, I'm losing the figure's title and xlabel.
This happens with a copy/paste and also when I "save as" to a jpeg or print to a pdf.
  댓글 수: 2
John Chilleri
John Chilleri 2017년 1월 12일
I'm on Max OS X version 10.10.5 running R2015b, and I'm not encountering any problem like that - it seems weird that the newer version would have such an issue, would you mind providing code that produces a plot that doesn't copy over correctly?
Charles Schira
Charles Schira 2017년 1월 25일
It seems to happen with any plot.
>> x=0:10;y=x.^2;plot(x,y)
>> title('Sample plot');ylabel('y=x^2');xlabel('x')
Then, in the figure's menu I choose Edit, Copy Figure, and then paste it into Powerpoint. The top and bottom are cropped, and I have to use Format, Picture, Crop within Powerpoint to un-crop. I've attached a screenshot.
This didn't happen for me, either, on earlier releases. Thanks for any help.

댓글을 달려면 로그인하십시오.

답변 (1개)

Vishal Neelagiri
Vishal Neelagiri 2017년 1월 25일
The following MATLAB answers page might help you:
https://www.mathworks.com/matlabcentral/answers/290336-why-is-figure-cropped-when-copying-to-powerpoint
  댓글 수: 1
Noam Greenboim
Noam Greenboim 2021년 8월 15일
TLDR:
It's not a real solution, it's kind of a work-around with an explanation.
You need to remain with a single display (disconnect all the others), then copy. You may reconnect it afterwards.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by