Vectorized summation for vectorized indices
1 次查看(过去 30 天)
显示 更早的评论
Hi, I need to write a code for the following summation. Thanks in advance.

Where k=1,2,3...... For example if one considers upto
the summation becomes







4 个评论
Dyuman Joshi
2023-9-18
What is X?
And I hope you realise that you are overwriting the variable sum1 with every iteration of the 2nd for loop without storing the values in any other variables.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!