How to get only the last value in a 'while loop'?

Hi, I am stuck with a situation where the results are displayed every time the while loop is run. However, I want to be able to display and use only the last output of the while loop (i.e. the output just before the loop is exited) for further processing. Thanks in advance!

 採用された回答

Star Strider
Star Strider 2014 年 7 月 13 日

1 投票

You haven’t posted your code, so I’m making an educated guess here.
Put a semicolon ‘;’ at the end of the statement that is displaying in the loop. That will suppress the display without affecting the functions in the loop.
At the end of the loop, the last value of the variable will be the value stored in the variable.

5 件のコメント

Shashanka
Shashanka 2014 年 7 月 14 日
Thank you! It worked
Star Strider
Star Strider 2014 年 7 月 14 日
My pleasure!
Ian Ochavillo
Ian Ochavillo 2021 年 4 月 20 日
Hello can you also help me with my code 👉👈😔. I'm a newbie and I just really need help for a school project.
Star Strider
Star Strider 2021 年 4 月 20 日
@Walter RobersonThank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by