Filter löschen
Filter löschen

Accumulate type function for particular row

1 Ansicht (letzte 30 Tage)
Aditya Sharma
Aditya Sharma am 26 Jun. 2020
Kommentiert: Aditya Sharma am 26 Jun. 2020
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?

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Signal Generation and Preprocessing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by