Reading Columns with dlmread
5 次查看(过去 30 天)
显示 更早的评论
Hi all,
I want to read third column of a csvfile. In the page of dlmread, it is quite confusing. I didn't understand how to use range option in dlmread.
Thanks in advance
回答(1 个)
Bob Thompson
2019-1-8
I advise reading the entire file with csvread(), and then extracting the column from the data within matlab. It is generally very difficult to read only a single column from a file.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!