extracting column from text file

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 ?

 Risposta accettata

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

Più risposte (0)

Categorie

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by