Textscan File and ignoring the newline characters
Afficher commentaires plus anciens
How can I textscan a file and ignore newline characters?
4 commentaires
dpb
le 17 Jan 2014
What do you mean by "ignore"?
textscan will apply the fmt string repetitively on the records in the file returning the data by itself with no newlines embedded.
Need short example to clarify the problem you're trying to solve.
Giorgos Papakonstantinou
le 17 Jan 2014
Walter Roberson
le 17 Jan 2014
What textscan command are you using?
Giorgos Papakonstantinou
le 17 Jan 2014
Modifié(e) : Giorgos Papakonstantinou
le 17 Jan 2014
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!