필터 지우기
필터 지우기

New version of readtable does not load .csv file.

조회 수: 16 (최근 30일)
Raymond Ng
Raymond Ng 2022년 2월 3일
편집: Raymond Ng 2022년 3월 30일
I just upgraded from 2019a to 2021b and I cannot upload a .csv file that used to have no problem loading into Matlab. Readtable or similar end result would be preferred since I have many codes that use readtable. The .csv is an output from elsewhere so modifying it would not be feasible since it would require me to modify too many .csv files for current codes to work.
My current error is :
Error using readtable (line 498)
Invalid default value for property 'eol_' in class 'matlab.io.internal.shared.TextInputs':
Too many output arguments.
Error in Compare_node2DAS_PSD (line 11)
T = readtable('20210501_META_DASnode_enid_B.csv');
T=readtable('20210501_META_DASnode_enid_B.csv');
  댓글 수: 8
Raymond Ng
Raymond Ng 2022년 2월 9일
Hi Walter,
You're correct. I moved the .csv into a new directory. I was able to use readtable! Thank you very much! Now I need to figure out what is interrupting my path.
Cheers!
Raymond Ng
Raymond Ng 2022년 3월 30일
편집: Raymond Ng 2022년 3월 30일
The solution of moving to a new directory does not seem to work anymore. As I keep working on the script it will eventually throw up the same error. I'm very perplexed as to what is going on. I tried moving my script around to a new folder or up directory, but the same error keeps showing up. On a fresh new script it does seem to work until the error pops up then it will remain. Is there some hidden file that is appearing that is interrupting my path?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by