extracting column from text file

25 ビュー (過去 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)
  1 件のコメント
Akim Mahmud
Akim Mahmud 2017 年 12 月 20 日
Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および 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