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
2013 年 12 月 3 日
If the series is an array, you could just do a
sum(Array)
or
prod(array)
to get the results.
カテゴリ
ヘルプ センター および File Exchange で Time Series についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!