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
0 个评论
采纳的回答
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 Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!