Multiple Summation in matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I want to do muliple summation in matlab for attached formula. Can you please guide me how to write matlab code for that.
Regards, Imran
댓글 수: 2
Walter Roberson
2015년 10월 4일
Does the term
Pc
ij
mean something different than
P * c
ij
Or is P a function or is Pc a single variable that is being subscripted?
The formula uses an explicit "*" before the x so it is not clear whether it is being inconsistent with its notation.
I am trying to figure out why it was not written as
Sigma Sigma Pc_ij Sigma x_ijs
since the part before the "*" is invarient in s. And if there is an implicit multiplication between P and c_ij then why was it not written as
P Sigma Sigma c_ij Sigma x_ijs
?
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!