How to read give Filename.csv in MATLAB?

조회 수: 2 (최근 30일)
chandrapal Singh
chandrapal Singh 2018년 5월 24일
댓글: Jan 2018년 5월 24일
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