How to replace new line with white space in text documents
36 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Fateme Jalali
el 31 de En. de 2016
Comentada: Andrew Mohan
el 17 de En. de 2018
Hello,I am trying to change all new lines in my database with white space,but codes does not work.can any one help me please.Data base is attached.
test1 = fileread('part1.txt');
newTest = sprintf(strrep(test1, '\n', ' '))
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Dialog Boxes en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!