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