How to save a matlab plot created in app designer in powerpoint slides? #MATLAB 2019a #AppDesigner

2 vues (au cours des 30 derniers jours)
I need to save a plot in powerpoint on clicking a button.

Réponses (1)

Shashwat Bajpai
Shashwat Bajpai le 17 Déc 2019
I would suggest getting a figure handle for the plot and then saving the handle in the desired image format which can be used in powerpoint.
h=figure;
saveas(h,'filename','jpeg')
Hope this helps!

Catégories

En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by