Info

This question is closed. Reopen it to edit or answer.

Hello I need help with importing data to matlab

1 view (last 30 days)
Andres  Romero
Andres Romero on 7 Sep 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello I need to import data from this file, the file it's csv and I need to put it in cells and some of them it will be strings and the other numbers...

Answers (1)

KSSV
KSSV on 7 Sep 2016
doc xlsread......
[num,txt,raw] = xlsread(filename)
  5 Comments
Andres  Romero
Andres Romero on 7 Sep 2016
[num, txt, raw] = xlsread('Download_Custom_Query_2014-08-01.csv'); It works sorry and thank you so much....
KSSV
KSSV on 7 Sep 2016
Good...thanking in mathworks is accepting the answer...

This question is closed.

Community Treasure Hunt

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

Start Hunting!