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일

2 개 추천

If you used
data = importdata(TheFileName);
then probably
data(:,3)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

태그

질문:

2017년 12월 20일

댓글:

2017년 12월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by