Textscan File and ignoring the newline characters
Show older comments
How can I textscan a file and ignore newline characters?
4 Comments
dpb
on 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
on 17 Jan 2014
Walter Roberson
on 17 Jan 2014
What textscan command are you using?
Giorgos Papakonstantinou
on 17 Jan 2014
Edited: Giorgos Papakonstantinou
on 17 Jan 2014
Accepted Answer
More Answers (0)
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!