New version of readtable does not load .csv file.

15 次查看(过去 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