How do I create a new line after a loop function gives output
Mostrar comentarios más antiguos
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 comentarios
Voss
el 23 de Dic. de 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
el 23 de Dic. de 2021
Editada: Hank Gunderson
el 23 de Dic. de 2021
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!