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

2 views (last 30 days)
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 Comments

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 10 May 2020
R2020a and later:
change line 183,
print(imgtype, imgname);
to
exportgraphics(gcf, imgname)
  7 Comments
farzad
farzad on 12 May 2020
The Mac news are very sad. at least I had put the .m file script so someone could have tried that on their PC

Sign in to comment.

More Answers (0)

Categories

Find more on Develop uifigure-Based Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by