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!