why can't i load this .csv file in matlab?
1 次查看(过去 30 天)
显示 更早的评论
I am getting a error message saying that this file can not be loaded in matlab using csvread... Why not.. I am very confused here.
I load it as such
oneTeenthhz_input = transpose(csvread('input1.csv'));
0 个评论
采纳的回答
Joseph Cheng
2015-5-21
编辑:Joseph Cheng
2015-5-21
are you sure that you want column 8065 or end of line one to read "0};"? i am running something so i can't try using matlab but i can see that being an issue
what is your sample code to read it in? I also am thinking it could be that the lines are not the same length of entries.
4 个评论
Joseph Cheng
2015-5-21
Also through out your excel file you have random { and i think } scattered through it. like column 1803 in row 1 has
0.00502173458987{0
which isn't a number
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!