extracting column from text file

24 Ansichten (letzte 30 Tage)
Akim Mahmud
Akim Mahmud am 20 Dez. 2017
Kommentiert: Akim Mahmud am 20 Dez. 2017
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 ?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 20 Dez. 2017
If you used
data = importdata(TheFileName);
then probably
data(:,3)

Weitere Antworten (0)

Kategorien

Mehr zu Large Files and Big Data finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by