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

2 votes

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 Centre d'aide 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