Reading Columns with dlmread

조회 수: 5 (최근 30일)
Omer Yasin Birey
Omer Yasin Birey 2019년 1월 8일
댓글: madhan ravi 2019년 1월 8일
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
madhan ravi
madhan ravi 2019년 1월 8일
why not try with xlsread()?

댓글을 달려면 로그인하십시오.

답변 (1개)

Bob Thompson
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.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by