MATLAB: How to programmatically add image slides to a PowerPoint using MATLAB

MATLAB

I am generating 100 plots as image files (e.g. JPEG) for each run of a simulation. Currently, I am manually placing each plot image on a new slide and resizing it. Is there any way I can do this programmatically?

Best Answer

Yes, please see the documentation example linked below.
Please also see the following link for general information about generating and manipulating PowerPoint files programmatically in MATLAB.