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!