필터 지우기
필터 지우기

Matlab Figures into a Powerpoint Presentation

조회 수: 27 (최근 30일)
Christine
Christine 2012년 9월 27일
답변: Matt Smith 2024년 4월 11일
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
Robert Cumming
Robert Cumming 2012년 9월 28일
How is this different from your other question on the subject?
Daniel Shub
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
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.

Matt Smith
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!!
Pro tip: the background is saved too, which you can directly select and delete to make your plot 'pop'.

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by