If the worksheet names are 0.600 etc you can use the code below.
B=struct;
for n=20:-1:1
A= xlsread(filename,sprintf('0.6%02d',n));
B(n).data=A;
end
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!