How do I create a new line after a loop function gives output
Show older comments
I have a loop that makes the same calculation multiple times based on my input. But when it gives me the output (some number) it immediately types the input prompt immediately after the number

I want it to output the prompt on a new line but when I try newline or sprintf('\r') it types text

How do I make it start the prompt from each run through the loop start on a new line without it typing a bunch of extra text? I tried using a “;” after but that changes it back to the first picture
2 Comments
Voss
on 23 Dec 2021
Can you share the actual code you are using? At least the call to input() and the relevant parts of the loop. I'm unable to reproduce the behavior you describe.
Hank Gunderson
on 23 Dec 2021
Edited: Hank Gunderson
on 23 Dec 2021
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements 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!