Difference between two iteration of for loop

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

 Respuesta aceptada

Adam
Adam el 12 de Jun. de 2018
diff( P )
after the for loop should do this for you for all pairs of consecutive elements of P

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 12 de Jun. de 2018

Comentada:

el 12 de Jun. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by