extracting column from text file

25 visualizaciones (últimos 30 días)
Akim Mahmud
Akim Mahmud el 20 de Dic. de 2017
Comentada: Akim Mahmud el 20 de Dic. de 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 ?

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 Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by