Matlab animation to powerpoint

19 vues (au cours des 30 derniers jours)
Matt
Matt le 8 Août 2014
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

Réponses (1)

Shashank Prasanna
Shashank Prasanna le 8 Août 2014
You can export your animation as a video as follows:
You can then add this video file to your powerpoint

Catégories

En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by