Borrar filtros
Borrar filtros

Exporting specific elements alone from a text file

1 visualización (últimos 30 días)
Hari
Hari el 22 de Abr. de 2016
Comentada: Stephen23 el 22 de Abr. de 2016
A text file of mine looks like this. I want to export all the numbers under the 8th (AOI Name), 18th (Fixation start) and 20th (Fixation end) columns. Can anyone suggest me a function that would help in this case with an example if possible?
PS: I think dlmread cannot be used since it expects only numeric data.

Respuestas (1)

Stephen23
Stephen23 el 22 de Abr. de 2016
If the file has a fixed column-structure, with mixed string and numeric data, then you can use textscan to select particular columns and read them into MATLAB.
  2 comentarios
Hari
Hari el 22 de Abr. de 2016
Thank you very much! I'll try how that works!
Stephen23
Stephen23 el 22 de Abr. de 2016
If you make a comment and upload your file then I can help you to make it work.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by