How to save a matlab plot created in app designer in powerpoint slides? #MATLAB 2019a #AppDesigner
2 次查看(过去 30 天)
显示 更早的评论
I need to save a plot in powerpoint on clicking a button.
0 个评论
回答(1 个)
Shashwat Bajpai
2019-12-17
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!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!