Help me with a function.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Aniruddha Das
le 6 Juin 2020
Réponse apportée : the cyclist
le 6 Juin 2020
I want to get a row matrix A from a parent row matrix B, where, the each component of A are the sequential sum of the components of B.
For e.g if B = [1 5 14 7 3] then A should be [1 6 20 27 30]
Please help.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrices and Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!