One formula in Matlab.

Hi everyone. Is there any function in Matlab that can easily calculate such kind of formula (Y[i]-Y[i-1])/Y[i-1] ?

 Réponse acceptée

Walter Roberson
Walter Roberson le 17 Juil 2012

0 votes

No. However, you can use
diff(Y) ./ Y(1:end-1)

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by