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

답변 (1개)

Shashank Prasanna
Shashank Prasanna 2014년 8월 8일

1 개 추천

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

카테고리

도움말 센터File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품

질문:

2014년 8월 8일

답변:

2014년 8월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by