Matlab Figures into a Powerpoint Presentation
81 次查看(过去 30 天)
显示 更早的评论
I use the Edit>>Copy Figure method to put MATLAB figures into powerpoint presentations. The problem is whenever I want to resize a figure in powerpoint, it "stretches" the axes. I'm looking for subroutines that would alter the built-in matlab plot function to create a figure whose axes do not stretch when resized.
5 个评论
Daniel Shub
2012-9-28
@Robert I think he was following on from a comment I made where I asked him to edit the question.
回答(2 个)
Sean de Wolski
2012-9-27
The only option (I'm aware of) for what you're describing is if you're on a Window's system and motivated.
You can save the figure as an *.emf file (enhanced meta file). This will be copied into Microsoft programs as a grouped object that can then be ungrouped and have each of its components resized manually.
I would recommend what Daniel said: size the axes correctly before removing the figure from MATLAB.
0 个评论
Matt Smith
2024-4-11
Using a Mac I have successfully saved my Matlab figures as a .svg file, paste into powerpoint, and then right click -> Convert to Shape. Your figure is now vectorized in Matlab and can be edited!!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1666346/image.png)
Pro tip: the background is saved too, which you can directly select and delete to make your plot 'pop'.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1666351/image.png)
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!