code for summation(i= 1 to m) sum(j=1 to n) R(i,j).

10 次查看(过去 30 天)
for loop(i=1 to m) for loop (j=1 to n) initially v1 is zero R(i,j) (representing first pixel value of R component of RGB color image) (How to perform, sum of all values from R(1,1)+ R(1,2)+R(1,3)..... to R(m,n)) (take result value (summation) in v1).

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-3-30
编辑:Azzi Abdelmalek 2014-3-30

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by