CSV file read error
이전 댓글 표시
Hi,
i am trying to read CSV file through readmatrix command but is displaying the error
saying " undefined function or vraible 'readmatrix'"
Thanks

댓글 수: 6
Walter Roberson
2020년 9월 22일
Which MATLAB release are you using?
VBBV
2020년 9월 22일
Which version of MATLAB are you using ? If it's R2018 use dlmread readmatrix is available for 2019 and later
Walter Roberson
2020년 9월 22일
I would recommend table2array(readtable()) rather than dlmread
Ramesh Darla
2020년 9월 22일
Ramesh Darla
2020년 9월 22일
편집: Ramesh Darla
2020년 9월 22일
Adam Danz
2020년 9월 22일
readmatrix was released in r2019a, FYI.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!