Accumulate type function for particular row

1 次查看(过去 30 天)
In C++ there is an accumulate function which can sum a vector.
I have a 2D array of which i want to find sum of the elements of a particular row.
Any way to do it besides "for" loop?

采纳的回答

Aditya Gupta
Aditya Gupta 2020-6-26
Maybe you are looking for cumsum() : https://www.mathworks.com/help/matlab/ref/cumsum.html
It works like :
summ=cumsum(arr,row_number)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Signal Generation and Preprocessing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by