We can extract specific sheet using this function in MATLAB:
out = xlsread(filename,sheet);
How we can extract more than one sheet using single call of this function? I don't want use a loop and read the the file again and again for extracting different sheets data.