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

1 vue (au cours des 30 derniers jours)
farzad
farzad le 9 Mai 2020
Commenté : farzad le 12 Mai 2020
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 commentaires
Ameer Hamza
Ameer Hamza le 10 Mai 2020
farzad, See the attached file. If these seem like the PowerPoint file, you want?
farzad
farzad le 10 Mai 2020
yes thats the one

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 10 Mai 2020
R2020a and later:
change line 183,
print(imgtype, imgname);
to
exportgraphics(gcf, imgname)
  7 commentaires
Walter Roberson
Walter Roberson le 12 Mai 2020
I do not have Report Generator; also I am executing on Mac, which cannot talk to PowerPoint .
farzad
farzad le 12 Mai 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by