Basic Steps in reading Excel files into matlab
- by user3693727
>> [NUM,TXT,RAW]=xlsread('C:\Users\Lincoln Wachn\Google Drive\Summer time\Book1')
??? Error using ==> xlsread at 219
XLSREAD unable to open file C:\Users\Lincoln Wachn\Google Drive\Summer
time\Book1.
File C:\Users\Lincoln Wachn\Google Drive\Summer time\Book1.xls not found.
This is the error that I have received when I try to read a simple Excel file into MATLAB.
This is a snapshot of the spreadsheet I would like to load in.
Could guide me the basic know-how to extract these data? I have looked through the other questions pertaining to reading Excel files into MATLAB, but I am still very confused.
I ultimately wish to extract the file below for my project using the same method.
The second image shows the data I have to extract which I could not do. Its file type seems to be different, it is comma separated values file which is not xls. Hence, I am also confuse about whether different file type prevents extraction of data.
Thanks you for helping(: