Cannot compute the following expression using "Symsum"

1 visualización (últimos 30 días)
A P S
A P S el 25 de Oct. de 2014
Respondida: Zoltán Csáti el 25 de Oct. de 2014
B is a Vector which is 1 x 29 ......
I need a row vector which is [B(1), B(1)+B(2) , B(1)+B(2)+B(3) , ........ ]
I am using Symsum /// But i am getting error....

Respuesta aceptada

Zoltán Csáti
Zoltán Csáti el 25 de Oct. de 2014
Since B is a vector not a function, you can use cumsum. That is
a = cumsum(B);

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots 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