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 Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by