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!