Azzera filtri
Azzera filtri

Reading Columns with dlmread

1 visualizzazione (ultimi 30 giorni)
Omer Yasin Birey
Omer Yasin Birey il 8 Gen 2019
Commentato: madhan ravi il 8 Gen 2019
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

Risposte (1)

Bob Thompson
Bob Thompson il 8 Gen 2019
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.

Community Treasure Hunt

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

Start Hunting!

Translated by