Generate and Display PowerPoint Presentations
R2026bGenerate PowerPoint® presentations using the MATLAB® API for PowerPoint (PPT API). You can optionally display status, warning, and error messages about the generation process or display the resulting presentation. To generate a presentation, you must close the presentation object which:
generates any dynamic content
writes the specified output file
discards all in-memory information about the presentation object as well as any connections to external files
sets the presentation object to a read-only state
You must add all of your content and formatting before closing the presentation object. To modify the output presentation, edit the presentation generator program and generate the output presentation again. To get started, see Generate a Presentation.
If you have the MATLAB Compiler™, you can share your completed presentation program with others who do not have MATLAB installed on their systems or MATLAB Report Generator™. For more information on sharing your presentation generator, see Create a Standalone Application from a Presentation Generator.
Functions
Classes
Topics
- Generate a Presentation
Generate a presentation from a presentation generator using the PPT API.
- Display Presentation Generation Messages
Specify messages to display when generating a presentation using the PPT API.
- Create a Standalone Application from a Presentation Generator
Enable sharing of PPT API programs with users who do not have MATLAB installed.