91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 259KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-09
  • 語言: Matlab
  • 標簽: matlab??動畫??

資源簡介

MATLAB生成gif的小程序,解決MATLAB不能生成gif圖片的缺點

資源截圖

代碼片段和文件信息

%%?How?to?make?an?animated?GIF
%?This?example?animates?the?vibration?of?a?membrane?captures?a?series?of
%?screen?shots?and?saves?the?animation?as?a?GIF?image?file.
%%
%?<<../DancingPeaks.gif>>
%%
%?The?resulted?animated?GIF?was?embedded?in?this?HTML?page?using?the?Image
%?cell?markup?(see?
%?).?
%%
%?Here‘s?the?M?code.
Z?=?peaks;?
surf(Z)
axis?tight
set(gca‘nextplot‘‘replacechildren‘‘visible‘‘off‘)
f?=?getframe;
[immap]?=?rgb2ind(f.cdata256‘nodither‘);
im(11120)?=?0;
for?k?=?1:20?
??surf(cos(2*pi*k/20)*ZZ)
??f?=?getframe;
??im(::1k)?=?rgb2ind(f.cdatamap‘nodither‘);
end
imwrite(immap‘DancingPeaks.gif‘‘DelayTime‘0‘LoopCount‘inf)?%g443800
%%
%?For?more?details?about?GIF?settings?|DelayTime|?and?|LoopCount|?for?desired
%?effect?see?the?
%?.?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????260720??2008-10-30?12:34??DancingPeaks.gif
?????文件???????19142??2008-10-30?12:34??html\AnimatedGif_01.png
?????文件????????3316??2008-10-30?12:34??html\AnimatedGif.png
?????文件????????4282??2008-10-30?12:34??html\AnimatedGif.html
?????目錄???????????0??2008-10-30?12:34??html\
?????文件????????1021??2008-10-30?12:34??AnimatedGif.m

評論

共有 條評論