Can I nest the function pptpop() in appdesigner and compile it?

조회 수: 1 (최근 30일)
farzad
farzad 2020년 5월 9일
댓글: farzad 2020년 5월 12일
Hi All
I want my compiled app, write outputs , images to powerpoint, and I used the pptpop function in my app that I am gonna compile, but it gives :
Error: Functionality not supported with figures created with the uifigure function. For more information, see Graphics Support in App Designer.
  댓글 수: 19
Ameer Hamza
Ameer Hamza 2020년 5월 10일
farzad, See the attached file. If these seem like the PowerPoint file, you want?
farzad
farzad 2020년 5월 10일
yes thats the one

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

채택된 답변

Walter Roberson
Walter Roberson 2020년 5월 10일
R2020a and later:
change line 183,
print(imgtype, imgname);
to
exportgraphics(gcf, imgname)
  댓글 수: 7
Walter Roberson
Walter Roberson 2020년 5월 12일
I do not have Report Generator; also I am executing on Mac, which cannot talk to PowerPoint .
farzad
farzad 2020년 5월 12일
The Mac news are very sad. at least I had put the .m file script so someone could have tried that on their PC

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by