summation and products of series in matlab

How to implement in matlab the product PiPi+1...Pi+k and then taking summation from i=0 to n-k-1

回答 (1 件)

ES
ES 2013 年 12 月 3 日

0 投票

If the series is an array, you could just do a
sum(Array)
or
prod(array)
to get the results.

カテゴリ

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

質問済み:

2013 年 12 月 3 日

回答済み:

ES
2013 年 12 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by