can't use dlmread with % delimiter, need another function, help
Mostrar comentarios más antiguos
I try to read numbers from text file. for example it looks like this: 41%6%7%.... When I use the dlmread function with % delimiter I get a fail:
How can I solve it?
Respuestas (1)
Azzi Abdelmalek
el 28 de En. de 2014
b=importdata('file.txt','%%')
Categorías
Más información sobre Spreadsheets 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!