Matlab animation to powerpoint
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Shashank Prasanna
am 8 Aug. 2014
You can export your animation as a video as follows:
You can then add this video file to your powerpoint
0 Kommentare
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!