Paste Matlab Figure from Clipboard to Powerpoint

조회 수: 3 (최근 30일)
Tyler Murray
Tyler Murray 2016년 11월 15일
댓글: Tyler Murray 2016년 11월 25일
I've been looking online for a while now and can't find what I think should be an easy solution to pasting from the clipboard to a powerpoint slide.
slides = Presentation('myPresentation');
titleSlide = add(slides,'Title Slide');
contents = find(slides,'Title');
replace(contents(1),'Test Title');
slide1 = add(slides,'Blank');
figure(1)
plot(x,y)
print('-dmeta')
%somehow paste to slide 1%
close(slides)
I want to copy and paste figure1 to slide 1. I have looked at what I feel like is all the forums on here but none explain how to paste from the clipboard. Please let me know if you know how to do this. (I do not want to use a fileExchange and I do not want to save each figure and then import it)

채택된 답변

Image Analyst
Image Analyst 2016년 11월 25일
You might have to use ActiveX.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 ActiveX에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by