How do you save the figures of a surface plot in some named file so that you can later used the saved figures to put together a movie?

2 ビュー (過去 30 日間)
I used the following below, but it does not work.
for j = 1 : : 1: 1000;
F (j) = getframe(gcf); %capture an image
image(F.cdata);
colormap(F.colormap);
j = j+1;
end

回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 2 月 19 日
編集済み: Walter Roberson 2014 年 2 月 19 日

カテゴリ

Help Center および File ExchangeAnimation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by