Effacer les filtres
Effacer les filtres

Accumulate type function for particular row

1 vue (au cours des 30 derniers jours)
Aditya Sharma
Aditya Sharma le 26 Juin 2020
Commenté : Aditya Sharma le 26 Juin 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?

Réponse acceptée

Aditya Gupta
Aditya Gupta le 26 Juin 2020
Maybe you are looking for cumsum() : https://www.mathworks.com/help/matlab/ref/cumsum.html
It works like :
summ=cumsum(arr,row_number)
  1 commentaire
Aditya Sharma
Aditya Sharma le 26 Juin 2020
Thanks for the quick response!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Signal Generation and Preprocessing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by