MATLAB: How can i convert excel file into array form in MATLAB

excel

Excel file consist of many data and i want to use array in MATLAB.

Best Answer

You need to read the excel file data into MATLAB first. This can be achieved with Xlsread. Read the documentation of xlsread.
Related Question