Hello I need help with importing data to matlab
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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
le 7 Sep 2016
doc xlsread......
[num,txt,raw] = xlsread(filename)
5 commentaires
Andres Romero
le 7 Sep 2016
KSSV
le 7 Sep 2016
any error pop's out?
doc csvread as well....
Andres Romero
le 7 Sep 2016
Andres Romero
le 7 Sep 2016
KSSV
le 7 Sep 2016
Good...thanking in mathworks is accepting the answer...
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!