Why doesn't the carriage return (or new-line character) in fprintf work properly?
Show older comments
When the '\n' character is used in the FPRINTF statement, the new-line/carriage return is sometimes ignored. In other words, the output strings will be displayed on one line even though the new-line character ('\n') is specified within the fprintf statement.
Accepted Answer
More Answers (0)
Categories
Find more on Entering Commands in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!