How to replace new line with white space in text documents
34 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Fateme Jalali
le 31 Jan 2016
Commenté : Andrew Mohan
le 17 Jan 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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Dialog Boxes dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!