- Replace the picture on the second slide.
- Replace the text on the third slide.
- Replace the table on the fourth slide.
- Insert a new slide before the slide with the plot.
How to add slides with images and tables in company standard template ?
6 次查看(过去 30 天)
显示 更早的评论
He there ,
How to add slides with images and tables in existing power point presentation ?
I am using MATLAB 2017b
Regards
0 个评论
回答(1 个)
Chunru
2021-7-28
If you have access to MATLAB report generator:
You can use the PPT API to update content programmatically in an existing PowerPoint® presentation.Generate the Existing Presentation
Under the same link, there is example for updating a ppt document:
Updates to the Presentation
2 个评论
Chunru
2021-7-28
You can open your own .pptx file and then use getMasterNames(yourppt) and getLayoutNames(ppt, masters{1}) to access your own template. Search the reporter generator documents for more details.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!