reading the file using input function
Mostrar comentarios más antiguos
i have a word saves in text file 'hello23,hi10'.name of textfile is new.txt,is there any input function to read and display
hello23 hi10
Respuesta aceptada
Más respuestas (1)
Friedrich
el 3 de En. de 2012
Hi,
you can do something like:
strrep(fileread('new.txt'),',',' ')
1 comentario
Walter Roberson
el 4 de En. de 2012
"fileread: it's obscure but it works!" :-)
Categorías
Más información sobre Large Files and Big Data 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!