How to read give Filename.csv in MATLAB?

2 次查看(过去 30 天)
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 个评论
Jan
Jan 2018-5-24
You forgot to post the code. It is easier to suggest how to fix your code, than to guess, what your code is.

请先登录,再进行评论。

回答(1 个)

KSSV
KSSV 2018-5-24
编辑:KSSV 2018-5-24
USe xlsread
[num,txt,raw] = xlsread('FileName.csv') ;
or
T = readtable('FileName.csv') ;

类别

Help CenterFile Exchange 中查找有关 Data Import and Export 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by