摘要: 1 clc; 2 nFrames=10; 3 mov(1:nFrames) = struct('cdata', [],'colormap', []); 4 for i=1:nFrames 5 Img= random('Normal',0,1,500,500)*255 6 Img_new(:,:,1)=Img; ... 阅读全文
posted @ 2017-09-29 15:38 energy1989 阅读(353) 评论(0) 推荐(0) 编辑