フィルターのクリア

Why does it not calculate x & y for all values of t?

3 ビュー (過去 30 日間)
Joel
Joel 2014 年 9 月 21 日
回答済み: David Young 2014 年 9 月 21 日
I'm in the process or doing some homework, and I'm trying to figure out why it only processes x and y for only one value of t. I've changed around the numbers and have noticed that it only processes x and y for the last value of t. I've had other problems where they calculate the information for all values of the given info.
Thanks in advance, and apologies if it is just a frivolous error.

採用された回答

David Young
David Young 2014 年 9 月 21 日
Your code process all the values of t - the problem is that the calls to disp are outside the loop, so they only show the values of x and y after the loop has finished. Try putting the calls to disp inside the loop, before the "end" statement.

その他の回答 (0 件)

カテゴリ

Help Center および 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