Summing an array and plotting it.

1 次查看(过去 30 天)
Yarne Schlösser
Yarne Schlösser 2020-10-12
回答: madhan ravi 2020-10-12
I am trying to write an script to add values from an array. Let's say.
A = [0,1,2,3,4]
I am looking for something which does the following
Step 1: 0
Step 2: 0+1 = 1
Step 3 = 0+1+2 = 3
Step 4 = 0 +1+2+3 = 6 and this for the whole array.
How would I also plot this script?
Kind regards.

回答(1 个)

madhan ravi
madhan ravi 2020-10-12
doc cumsum
doc plot

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by