Difference between two iteration of for loop

7 次查看(过去 30 天)
Hi I need to have difference between to successive iteration of for loop. As example:
For i=1:n P(i)=statement; end
How can I calculate: DeltaP=P(i)-P(i-1)??!! THANKS

采纳的回答

Adam
Adam 2018-6-12
diff( P )
after the for loop should do this for you for all pairs of consecutive elements of P

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by