Reading Columns with dlmread
Ältere Kommentare anzeigen
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 Kommentar
madhan ravi
am 8 Jan. 2019
why not try with xlsread()?
Antworten (1)
Bob Thompson
am 8 Jan. 2019
0 Stimmen
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.
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!