hi folks would need your help as am new to matlab and i need to write that equation using matlab to satisfy my algorithm. thnx

2 件のコメント

If you are new to Matlab, I recommend the "Getting started" part of the documentation.
benjamin
benjamin 2014 年 6 月 24 日
thanks jose for your suggestion but am running out of time to solve this equation.

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

 採用された回答

Which of the 3 equations? MATLAB arrays start at 1 not zero. You can use either sum() function or a for loop. If you use sum, make sure you use ./ and not /, like this
B(l) = sum(r(1:l) ./ CR(1:l));
That (1:l) is one to lower case L.

その他の回答 (1 件)

benjamin
benjamin 2014 年 6 月 24 日
thanks so much for your prompt answer. the first part worked using ur hint but i need also to solve the following equation and i wish you can help too.

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

質問済み:

2014 年 6 月 24 日

コメント済み:

2014 年 6 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by