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!