How to read give Filename.csv in MATLAB?

2 vues (au cours des 30 derniers jours)
chandrapal Singh
chandrapal Singh le 24 Mai 2018
Commenté : Jan le 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 commentaire
Jan
Jan le 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.

Connectez-vous pour commenter.

Réponses (1)

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

Catégories

En savoir plus sur Data Import and Export dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by