Effacer les filtres
Effacer les filtres

matrix addition

3 vues (au cours des 30 derniers jours)
Jim O'Doherty
Jim O'Doherty le 28 Nov 2011
All, I've got a 3-d matrix, sum_total(:,:,i) "i" is in a loop, and can be anything from 20 to 100, therefore making the length unknown until after the loop is finished.
Does anyone know how I might add all the matrices of the variable together to make a single matrix? I tried "cumsum" with no luck.
Jim

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 28 Nov 2011
A=rand(3,4,5);
B=sum(A,3); % sum at the third dimension.

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements 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