MATLAB: How to read the contents of xls sheet using matlab

xls

i got some data on .xls and i read those data using mat lab n want to analyse the data, can any one suggest any commands

Best Answer

The command to read excel files is xlsread. You can find more info about how it work here:
Related Question