Adding the elements to next element
显示 更早的评论
Hi to all, my question is as follows
initial_A = 0 Let A = [1 2 3 4 5 6]
I want to add initial_A to A(1) the the sum will be 1 , next add 1 to 2 and sum will be 3, next add 3 to 3 and sum will be 6 , now add 6 to 4 sum will be 10, now 10+5 =15, and lastly 15 + 6 = 21. In the end the resultant matrix should be [1 3 6 10 15 21]
Regards....
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Programming Utilities 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!