How to read give Filename.csv in MATLAB?

2 Ansichten (letzte 30 Tage)
chandrapal Singh
chandrapal Singh am 24 Mai 2018
Kommentiert: Jan am 24 Mai 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 Kommentar
Jan
Jan am 24 Mai 2018
You forgot to post the code. It is easier to suggest how to fix your code, than to guess, what your code is.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

KSSV
KSSV am 24 Mai 2018
Bearbeitet: KSSV am 24 Mai 2018
USe xlsread
[num,txt,raw] = xlsread('FileName.csv') ;
or
T = readtable('FileName.csv') ;

Kategorien

Mehr zu Data Import and Export finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by