How can I sum a matrix in a For Loop?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi;
I've a model done with matlab in wich I've several for loop, every step of every cycle creates a matrix. I want to sum every created matrix.
thanks
0 comentarios
Respuesta aceptada
Sean de Wolski
el 2 de Nov. de 2012
doc sum
?
2 comentarios
Sean de Wolski
el 2 de Nov. de 2012
sum(C(1:30))
If you evaluate at the MATLAB command line:
>>doc sum
It will tell you all about summing.
Más respuestas (1)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!