How do I create a new line after a loop function gives output
Afficher commentaires plus anciens
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 commentaires
Voss
le 23 Déc 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
le 23 Déc 2021
Modifié(e) : Hank Gunderson
le 23 Déc 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!