你已经派生过 em3d-mt
镜像自地址
https://gitee.com/sduem/em3d-mt.git
已同步 2025-08-04 11:46:51 +08:00
删除文件 bin/RMT1D/MakeGif.m
这个提交包含在:
@@ -1,10 +0,0 @@
|
|||||||
function MakeGif(filename,index)
|
|
||||||
f = getframe(gcf);
|
|
||||||
imind = frame2im(f);
|
|
||||||
[imind,cm] = rgb2ind(imind,256);
|
|
||||||
if index==1
|
|
||||||
imwrite(imind,cm,filename,'gif', 'Loopcount',inf,'DelayTime',1);
|
|
||||||
else
|
|
||||||
imwrite(imind,cm,filename,'gif','WriteMode','append','DelayTime',0.5);
|
|
||||||
end
|
|
||||||
end
|
|
在新工单中引用
屏蔽一个用户