extracting column from text file

19 vues (au cours des 30 derniers jours)
Akim Mahmud
Akim Mahmud le 20 Déc 2017
Commenté : Akim Mahmud le 20 Déc 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 ?

Réponse acceptée

Walter Roberson
Walter Roberson le 20 Déc 2017
If you used
data = importdata(TheFileName);
then probably
data(:,3)

Plus de réponses (0)

Catégories

En savoir plus sur Large Files and Big Data dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by