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 Exchange에서 Time 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