importing selected columns of text files with headers where the missing value is a dot
Mostrar comentarios más antiguos
I have many files that are large where the first row is a header row. The files are tab delimited and I want to import only selected columns. All theses vectors are numeric but the missing value is a dot (.) . I want to import these selected columns where the name of each vector is the name of the header and I want my vectors to be numeric. Any clue about how to do it?
Respuestas (1)
Azzi Abdelmalek
el 8 de Jul. de 2016
v=importdata('your_file.txt')
1 comentario
wesso Dadoyan
el 9 de Jul. de 2016
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!