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
Walter Roberson 2020년 9월 22일
Which MATLAB release are you using?
VBBV
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
Walter Roberson 2020년 9월 22일
I would recommend table2array(readtable()) rather than dlmread
Ramesh Darla
Ramesh Darla 2020년 9월 22일
i am using R2018b
Ramesh Darla
Ramesh Darla 2020년 9월 22일
편집: Ramesh Darla 2020년 9월 22일
Hi Walter,
Table2array command is working.
Thanks
Adam Danz
Adam Danz 2020년 9월 22일
readmatrix was released in r2019a, FYI.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

질문:

2020년 9월 22일

댓글:

2020년 9월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by