how do I display all the text on one line?
16 views (last 30 days)
Show older comments
Hi everyone, I have a problem: I extracted the text on matlab using str = extractFileText (filename) command, when I press on run my output in the command window gives me the text with the original formatting, while to me you need to make the text appear on a single line. How can I do? thanks in advance to those who answer me
0 Comments
Accepted Answer
More Answers (1)
Monika Jaskolka
on 20 Mar 2020
Did you try removing the newlines (or other formatting characters)?
5 Comments
See Also
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!