How do I create a new line after a loop function gives output
显示 更早的评论
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 个评论
Voss
2021-12-23
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
2021-12-23
编辑:Hank Gunderson
2021-12-23
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!