gistlib
main.mdata = xlsread('filename.xlsx'); 33 chars2 lines
data = xlsread('filename.xlsx');
Replace filename.xlsx with the path to your Excel file. This code reads the data from the first sheet of the Excel file into the variable data.
filename.xlsx
data
gistlibby LogSnag