Matlab animation to powerpoint

Hi,
I have animation plot in matlab. I want to put it to my powerpoint presentation. Below is my code to the plot i have in matlab. Any suggestion?
for i=1:60:numel(t)
hold all
plot(rn,TM4(i,:)-273.15)
ylim([0 70])
end

Respuestas (1)

Shashank Prasanna
Shashank Prasanna el 8 de Ag. de 2014

1 voto

You can export your animation as a video as follows:
You can then add this video file to your powerpoint

Categorías

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

Productos

Preguntada:

el 8 de Ag. de 2014

Respondida:

el 8 de Ag. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by