Basic Steps in reading Excel files into matlab

Posted by user3693727 on Stack Overflow See other posts from Stack Overflow or by user3693727
Published on 2014-05-31T08:25:14Z Indexed on 2014/05/31 15:27 UTC
Read the original article Hit count: 424

Filed under:
|
|
>> [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.

Book1 image

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.

Image 2 for my project

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(:

© Stack Overflow or respective owner

Related posts about excel

Related posts about matlab