How to export or copy figures (.fig or .png) files to PPT from MATLAB script?
Show older comments
Hello everyone,
I have written a MATLAB script which plots 40 to 50 figures. Now I wish to automatically generate a PPT which consists of all these figures as a image file in each slide.
Please let me know how I can do this?
Your help is really appreciated. Thanks in advance!!
3 Comments
Rik
on 2 Mar 2021
What did you try already? The easy first step would be to export your figures to images. Then you need to figure out how to create a powerpoint file and add images. I believe the ActiveX-controls are being deprecated, but there should be easier methods anyway.
Manish Shankar Neelgar
on 2 Mar 2021
Rik
on 2 Mar 2021
What did you try so far? Have you searched Google? The FileExchange?
Answers (2)
laurent jalabert
on 13 Jan 2022
2 votes
I use exportToPPTX and it works well
Manash Sahoo
on 2 Mar 2021
1 vote
Hey Manish.
Take a look at this link: https://www.mathworks.com/help/rptgen/ug/create-a-presentation-programmatically.html
Categories
Find more on MATLAB Report Generator 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!