Using swallow_csv - Usage Error
11 次查看(过去 30 天)
显示 更早的评论
I am running some MATLAB code from another developer which uses swallow_csv; I am running the code on Windows 10 and I keep getting a usage error no matter what I do. The syntax is verbatim so not sure why it doesn't like the usage? I did try rebuilding the mexw64 file from the swallow_csv.cpp file. Any suggestions?
quote = ‘”‘;
sep = ‘,’;
escape = ‘\’;
[raw, text] = swallow_csv(filename, quote, sep, escape);
Error using swallow_csv
Usage: [numbers, text] = swallow_csv(filename, [quote, [sep, [escape]]])
2 个评论
Walter Roberson
2021-10-18
This appears to refer to https://adared.ch/efficient-csv-reader-for-matlab/
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Operators and Elementary Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!