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 comentarios

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

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Preguntada:

el 22 de Sept. de 2020

Comentada:

el 22 de Sept. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by