Using swallow_csv - Usage Error

조회 수: 12 (최근 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 CenterFile Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by