Effacer les filtres
Effacer les filtres

Built-in function diff - methodology

3 vues (au cours des 30 derniers jours)
Dessislava Koleva
Dessislava Koleva le 3 Avr 2012
Hi,
What methodology is used in "diff"? Does it take forward or central differences, and what is the step? How can I check the source code?
Thanks in advance!

Réponse acceptée

Jonathan Sullivan
Jonathan Sullivan le 3 Avr 2012
help diff
doc diff

Plus de réponses (2)

Jan
Jan le 3 Avr 2012
You cannot check the code of DIFF, because it is a built-in function. As Jonathan has said already, reading the doc will reveal the internal method. It is the difference of subsequent elements.

Dessislava Koleva
Dessislava Koleva le 3 Avr 2012
Thank you for the fast responses, I guess I'll need something else for my evaluation then. Have a good day!
  2 commentaires
Jan
Jan le 3 Avr 2012
I guess you are looking for GRADIENT.
Dessislava Koleva
Dessislava Koleva le 3 Avr 2012
I'll check it out, yes. I was interested in the order of the error, as I'm getting slightly different numbers from those obtained by a closed form solution. (slightly = 0.002, which is a lot, in my opinion). However, thanks for the answer!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by