Borrar filtros
Borrar filtros

How to read give Filename.csv in MATLAB?

2 visualizaciones (últimos 30 días)
chandrapal Singh
chandrapal Singh el 24 de Mayo de 2018
Comentada: Jan el 24 de Mayo de 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 comentario
Jan
Jan el 24 de Mayo de 2018
You forgot to post the code. It is easier to suggest how to fix your code, than to guess, what your code is.

Iniciar sesión para comentar.

Respuestas (1)

KSSV
KSSV el 24 de Mayo de 2018
Editada: KSSV el 24 de Mayo de 2018
USe xlsread
[num,txt,raw] = xlsread('FileName.csv') ;
or
T = readtable('FileName.csv') ;

Categorías

Más información sobre Data Import and Export en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by