Matlab vector plus it self
显示 更早的评论
Hello
Can someone help me, I need some help to this function: V=[e1,e2,e3,e4,e5....etc] e1 to etc are the values I will define for this function. As an example: V=[2,6,3,9,0,-10]
The function must return as: V=[e1,e1+e2,e1+e2+e3,e1+e2+e3+e4,e1+e2+e3+e4+e5....etc] As an example: V=[2,8,11,20,20,10]
I will appreciate any kinde of help
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!