How do I adjust font styling on a powerpoint slide using MATLAB Report Generator
Show older comments
import mlreportgen.ppt.*;
pre = Presentation('Test');
slide = add(pre, 'Title and Content');
replace(slide, 'Title','Test title'); % Control this font size
Accepted Answer
More Answers (0)
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!