필터 지우기
필터 지우기

extracting column from text file

조회 수: 61 (최근 30일)
Akim Mahmud
Akim Mahmud 2017년 12월 20일
댓글: Akim Mahmud 2017년 12월 20일
I imported a text file with 3 column using importdata function. Now I want to pull out column 3 from the text file. How Do I do it ?

채택된 답변

Walter Roberson
Walter Roberson 2017년 12월 20일
If you used
data = importdata(TheFileName);
then probably
data(:,3)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by