数学建模社区-数学中国

标题: 如何简化这段代码 [打印本页]

作者: Nowadays    时间: 2013-9-13 20:54
标题: 如何简化这段代码
I=cell(19,n);
L=cell(19,n);
I{1}=imread('000.bmp');
L{1}=dither(I{1});
I{2}=imread('001.bmp');
L{2}=dither(I{2});
I{3}=imread('002.bmp');
L{3}=dither(I{3});
I{4}=imread('003.bmp');
L{4}=dither(I{4});
I{5}=imread('004.bmp');
L{5}=dither(I{5});
I{6}=imread('005.bmp');
L{6}=dither(I{6});
I{7}=imread('006.bmp');
L{7}=dither(I{7});
I{8}=imread('007.bmp');
L{8}=dither(I{8});
I{9}=imread('008.bmp');
L{9}=dither(I{9});
I{10}=imread('009.bmp');
L{10}=dither(I{10});
I{11}=imread('010.bmp');
L{11}=dither(I{11});
I{12}=imread('011.bmp');
L{12}=dither(I{12});
I{13}=imread('012.bmp');
L{13}=dither(I{13});
I{14}=imread('013.bmp');
L{14}=dither(I{14});
I{15}=imread('014.bmp');
L{15}=dither(I{15});
I{16}=imread('015.bmp');
L{16}=dither(I{16});
I{17}=imread('016.bmp');
L{17}=dither(I{17});
I{18}=imread('017.bmp');
L{18}=dither(I{18});
I{19}=imread('018.bmp');
L{19}=dither(I{19});




欢迎光临 数学建模社区-数学中国 (http://www.madio.net/) Powered by Discuz! X2.5