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

Answers (1)

doc xlsread......
[num,txt,raw] = xlsread(filename)

5 Comments

I put this [num,txt,raw] = xlsread('casa1.csv') or
[num, txt, war] = csvread ('casa1.csv')
and I doesn't work
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....
Good...thanking in mathworks is accepting the answer...

This question is closed.

Asked:

on 7 Sep 2016

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!