Hello I need help with importing data to matlab
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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...
Risposte (1)
KSSV
il 7 Set 2016
doc xlsread......
[num,txt,raw] = xlsread(filename)
5 Commenti
Andres Romero
il 7 Set 2016
KSSV
il 7 Set 2016
any error pop's out?
doc csvread as well....
Andres Romero
il 7 Set 2016
Andres Romero
il 7 Set 2016
KSSV
il 7 Set 2016
Good...thanking in mathworks is accepting the answer...
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!