Using swallow_csv - Usage Error

11 ビュー (過去 30 日間)
Nichola Lubold
Nichola Lubold 2021 年 10 月 18 日
コメント済み: Walter Roberson 2021 年 10 月 18 日
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
Walter Roberson 2021 年 10 月 18 日
Walter Roberson
Walter Roberson 2021 年 10 月 18 日
what is class(filename) ?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeOperators and Elementary Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by