CSV file read error
Mostra commenti meno recenti
Hi,
i am trying to read CSV file through readmatrix command but is displaying the error
saying " undefined function or vraible 'readmatrix'"
Thanks

6 Commenti
Walter Roberson
il 22 Set 2020
Which MATLAB release are you using?
VBBV
il 22 Set 2020
Which version of MATLAB are you using ? If it's R2018 use dlmread readmatrix is available for 2019 and later
Walter Roberson
il 22 Set 2020
I would recommend table2array(readtable()) rather than dlmread
Ramesh Darla
il 22 Set 2020
Ramesh Darla
il 22 Set 2020
Modificato: Ramesh Darla
il 22 Set 2020
Adam Danz
il 22 Set 2020
readmatrix was released in r2019a, FYI.
Risposte (0)
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!