Script struct2_1x2.m
Download Script struct2_1x2.m
image(1).size = [960 1280 3];
image(1).Filename= 'Owl.png';
image(1).FileModDate= '13-feb-2007 14:51:30';
image(1).FileSize= 2081760;
image(1).BitDepth= 24;
image(1).ColorType= 'truecolor';
image(1,1).Colormap= [];
%
image(2).size = [200 20];
image(2).Filename = 'clown.bmp';
image(2).FileModDate = '10-feb-2007 18:02:38';
image(2).FileSize = 65078;
image(2).BitDepth = 8;
image(2).ColorType = 'indexed';
image(2).Colormap = ['256x3 double'];
image
Back