Matlab animation to powerpoint
조회 수: 11 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!