Cannot compute the following expression using "Symsum"

1 次查看(过去 30 天)
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....

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by