필터 지우기
필터 지우기

Matlab animation to powerpoint

조회 수: 14 (최근 30일)
Matt
Matt 2014년 8월 8일
답변: Shashank Prasanna 2014년 8월 8일
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일
You can export your animation as a video as follows:
You can then add this video file to your powerpoint

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by