How to perform Double Sum with the help of loops?

3 次查看(过去 30 天)
I have a following question, which is to be solved with loops : i+j, where m = 1, n = 12, o = 3, p = 7 and i+j = 3 is.

回答(1 个)

Cris LaPierre
Cris LaPierre 2021-10-18
编辑:Cris LaPierre 2021-10-18
See the nested for loop example on the for documentation page.
BTW, if i+j=3, then there is no double summing necessary, right? You already know the result.
Instead, the value of i is incrementing from m to n, and the value of j is incrementing from o to p, and i+j is the operation to be calculated for all values of i and j.

类别

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

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by