Matlab Figures into a Powerpoint Presentation

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 comentarios

Daniel Shub
Daniel Shub el 27 de Sept. de 2012
What exactly do you want to happen to the axis when the figure is resized? Ideally you should generate your figure at the correct size and then not resize it.
Christine
Christine el 28 de Sept. de 2012
I'd like for the axes to remain the same size, but automatically recenter whenever the plot is resized. Like what happend when you put an excel graph into a powerpoint presentation.
Daniel Shub
Daniel Shub el 28 de Sept. de 2012
This sounds like a power point problem and not a MATLAB problem. You might want to try a powerpoint QA site.
Robert Cumming
Robert Cumming el 28 de Sept. de 2012
How is this different from your other question on the subject?
Daniel Shub
Daniel Shub el 28 de Sept. de 2012
@Robert I think he was following on from a comment I made where I asked him to edit the question.

Iniciar sesión para comentar.

Respuestas (2)

Sean de Wolski
Sean de Wolski el 27 de Sept. de 2012

0 votos

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 el 11 de Abr. de 2024

0 votos

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'.

Categorías

Más información sobre MATLAB Report Generator en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de Sept. de 2012

Respondida:

el 11 de Abr. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by