필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Saving figure to clipboard no longer works correctly in R2014b

조회 수: 2 (최근 30일)
Art
Art 2015년 6월 1일
마감: MATLAB Answer Bot 2021년 8월 20일
I recently upgraded to R2014b from R2012b on Windows 7.
I noticed that a tool I use to save figures to a Powerpoint slide now cuts off the figures if they are wider than a certain size. After a little poking around I found that saving a figure to the clipboard seems to be the root cause.
The following simple code works in 2012b, but not 2014b:
figure;
textline = 'asdfdsa fdjlkasdjflsa flsdkajflsadkjf slkdafj blah blah blah etc etc etc falsdkjfas blah blah pwoeriwepr pwoeriwepo laskdfj realllly long textline is finally done';
text(.02, .60, textline);
now manually size the figure to include the text, then
print(1,'-dmeta')
Then open a PPT and "paste". R2012 shows the entire figure window, with text appropriately sized. R2014b shows the figure cut off on either the right and sometimes left edge, with the text sized incorrectly in respect to the PPT window size.
Is this a known issue? Is there a workaround available?

답변 (1개)

Art
Art 2015년 6월 2일
I found a work-around:
If I use
hgexport(1, '-clipboard')
it works perfectly, although much slower than I would like... Oh well.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by