Azzera filtri
Azzera filtri

How to read give Filename.csv in MATLAB?

2 visualizzazioni (ultimi 30 giorni)
chandrapal Singh
chandrapal Singh il 24 Mag 2018
Commentato: Jan il 24 Mag 2018
I want to load this file but I am getting the error as "Trouble reading 'Numeric' field from the file" Can anyone help? Thanks in advance.
  1 Commento
Jan
Jan il 24 Mag 2018
You forgot to post the code. It is easier to suggest how to fix your code, than to guess, what your code is.

Accedi per commentare.

Risposte (1)

KSSV
KSSV il 24 Mag 2018
Modificato: KSSV il 24 Mag 2018
USe xlsread
[num,txt,raw] = xlsread('FileName.csv') ;
or
T = readtable('FileName.csv') ;

Categorie

Scopri di più su Data Import and Export in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by