what's the special symbol in a string
1 view (last 30 days)
Show older comments
I have a string like below:
can anyone know what makes it become three lines? I need to remove it to become a normal string.
Thanks!
Yu
0 Comments
Accepted Answer
Jan
on 10 Dec 2018
tmp(tmp < 32) = []
This remove all control characters, e.g. char(10), the line break.
More Answers (1)
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!