Script struct4_2x2.m
Download Script struct4_2x2.m
image(1,1)=struct('size',[] ,'Filename','another1',...
'FileModDate',[],'FileSize',[],'BitDepth',[],...
'ColorType', [],'Colormap',[]);
image(1,2)=struct('size',[] ,'Filename','another2',...
'FileModDate',[],'FileSize',[],'BitDepth',[],...
'ColorType', [],'Colormap',[]);
image(2,1)=struct('size',[] ,'Filename','another3',...
'FileModDate',[],'FileSize',[],'BitDepth',[],...
'ColorType', [],'Colormap',[]);
image(2,2)=struct('size',[] ,'Filename','another4',...
'FileModDate',[],'FileSize',[],'BitDepth',[],...
'ColorType', [],'Colormap',[]);
image(2,2)
whos
Back