mathematical equation please help

1 回表示 (過去 30 日間)
Miroslav
Miroslav 2014 年 6 月 4 日
コメント済み: Miroslav 2014 年 6 月 7 日
Hello I should type a equation in MATLAB and it`s very important for me but I can`t. I would be very grateful if someone help me :) I have it in mathcad if help. This is the original
and this is in mathcad
Тhanks in advance :)
  1 件のコメント
Chad Greene
Chad Greene 2014 年 6 月 4 日
You're unlikely to find people to do your homework for you on this forum. If you have a specific question about a specific concept or if you're hung up on a particular step, ask away. Please at least make an attempt on your own, and then post what you have if you get stuck.

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

採用された回答

Image Analyst
Image Analyst 2014 年 6 月 4 日
Hints: use a for loop to construct the sums - one loop for each of your sums.
sumTerm1 = 0;
for t = 1 : (N-k)
sumTerm1 = sumTerm1 + y(t) * y(...............
end
That should be enough to get you started.
  1 件のコメント
Miroslav
Miroslav 2014 年 6 月 7 日
Thanks a lot

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by