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 ?

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Large Files and Big Data en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 20 de Dic. de 2017

Comentada:

el 20 de Dic. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by