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!