Hello I need help with importing data to matlab

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...

Réponses (1)

KSSV
KSSV le 7 Sep 2016
doc xlsread......
[num,txt,raw] = xlsread(filename)

5 commentaires

I put this [num,txt,raw] = xlsread('casa1.csv') or
[num, txt, war] = csvread ('casa1.csv')
and I doesn't work
KSSV
KSSV le 7 Sep 2016
any error pop's out?
doc csvread as well....
Error using csvread Too many output arguments.
Error in ingreso (line 4) [num, txt, war] = csvread('Download_Custom_Query_2014-08-01.csv');
I have this error
[num, txt, raw] = xlsread('Download_Custom_Query_2014-08-01.csv'); It works sorry and thank you so much....
KSSV
KSSV le 7 Sep 2016
Good...thanking in mathworks is accepting the answer...

Cette question est clôturée.

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by