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 ExchangeLarge Files and Big Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by