Accumulate type function for particular row

1 visualización (últimos 30 días)
Aditya Sharma
Aditya Sharma el 26 de Jun. de 2020
Comentada: Aditya Sharma el 26 de Jun. de 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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Signal Generation and Preprocessing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by