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 个评论

Which MATLAB release are you using?
Which version of MATLAB are you using ? If it's R2018 use dlmread readmatrix is available for 2019 and later
I would recommend table2array(readtable()) rather than dlmread
i am using R2018b
Ramesh Darla
Ramesh Darla 2020-9-22
编辑:Ramesh Darla 2020-9-22
Hi Walter,
Table2array command is working.
Thanks
readmatrix was released in r2019a, FYI.

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by