Text file help.
Mostrar comentarios más antiguos
How can I delete the end of the table to the end of the text file. Also how can I pull out the last number, in this case 91?
@89 A 0.009 0.988 0.004 0.004
@90 B 0.002 0.002 0.991 0.003
@91 C 0.002 0.003 0.004 0.989
Next line of text
erwerwerwererwerwer
ewrwerwerwerwe
werwerewrwe
werwerwerwe
werwerwer
Respuesta aceptada
Más respuestas (1)
A
el 28 de Mzo. de 2011
0 votos
read file line by line with tab separator; check for @ character; ignore or delete all strings that do not start with @.
hope it works
Categorías
Más información sobre Data Import and Analysis 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!