Clear Filters
Clear Filters

reading a csv file

3 views (last 30 days)
fereshteh izadi
fereshteh izadi on 14 Jan 2016
Edited: Walter Roberson on 15 Jan 2016
hi,
I have a csv file as I shared the link with you. I am going to read my file but I don't how
please someone help me to read my file. first my file contained the rownamesa and colnames that i removed manually.
<https://drive.google.com/file/d/0BwOX04QQkaXTZHJLbmtWakdIMGc/view?usp=sharing my file address>
thank you

Answers (1)

Star Strider
Star Strider on 14 Jan 2016
I get an error when I try to access that link. Attach your file to your Question here using the ‘paperclip’ icon, and be sure to complete both the ‘Choose file’ and ‘Attach file’ steps.
Depending on the way your file is formatted and what it contains, use either the csvread or xlsread functions. Another option is the textscan function.
  4 Comments
fereshteh izadi
fereshteh izadi on 14 Jan 2016
thank you
Star Strider
Star Strider on 14 Jan 2016
My pleasure.

Sign in to comment.

Categories

Find more on Data Import and Export in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!