5 point differentation in Matlab

Hi,
Can anyone please guide me as to how to perform 5 point differentiation n Matlab, what does 5 point differentiation mean?
Thanks

7 comentarios

Matt Tearle
Matt Tearle el 4 de Sept. de 2012
5 points to Matt Fig!
Usman
Usman el 5 de Sept. de 2012
Brother, it did not help me out. i need exact equation or Matlab function for it. All google gave was some equation including some value "h" which i didnt understand. Would appreciate if you can help out instead of TAUNTING. Thank You
Matt Fig
Matt Fig el 5 de Sept. de 2012
Nobody meant to taunt you, Usman. The link I pasted above has the exact formula for 1-D and also explains what h is:
"In one dimension, if the spacing between points in the grid is h, then the five-point stencil of a point x in the grid is..."
So you just need to pick a small value for h (the distance between each of the 5 points on the curve). Once you start writing code, post it and I am certain you will get more help.
Jan
Jan el 5 de Sept. de 2012
@Usman: You asked for a term, Matt Fig showed you how to find its definition and the short period of time means a friendly suggestion to ask Google by your own the next time. If you even want a Matlab implementation, you can ask Google again for "Matlab 5 point differentation". If you are still not satisfied, ask a specific question.
Matt Tearle
Matt Tearle el 5 de Sept. de 2012
Usman, note the tags that have been added... See what the tutorial says about those...
You asked what 5-pt differentiation means, and Matt showed that a quick search will provide the answer. As to implementing it in MATLAB, maybe you should provide a starting point so that we can help you. Otherwise, it looks a bit like you expect random volunteers on the internet to do your work/homework for you.
Usman
Usman el 5 de Sept. de 2012
Movida: Rik el 28 de Oct. de 2022
Thanks alot friends. but i certainly did google the term matlab implementation of 5 point difference and go no satisfactory result. that is why i came over here to help. if you think i want free volunteers to do my work for me, its better you dont reply back to the answer instead of passing senseless comments

Iniciar sesión para comentar.

 Respuesta aceptada

Star Strider
Star Strider el 5 de Sept. de 2012
Editada: Rik el 28 de Oct. de 2022
Here are a couple links that explain it about as clearly as possible:
Numerical differentiation formulas (Gives an example using a 4-point first derivative)
and:
Note that if f(x) is the function you are differentiating (here the numerical data you have), h is the step size, that is:
h = x(k + 1) - x(k);
I have experimented with the algorithm for the 5-point first derivative. It is easy to implement, accurate, and reasonably precise.

3 comentarios

Usman
Usman el 6 de Sept. de 2012
Thanks Bro
Rik
Rik el 28 de Oct. de 2022
I edited the links to point to the Wayback Machine from around the time of the post. The current version of the website seems to result in a browser warning and a 404.
Star Strider
Star Strider el 28 de Oct. de 2022
@Rik — Thank you!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre File Operations en Centro de ayuda y File Exchange.

Preguntada:

el 4 de Sept. de 2012

Comentada:

el 28 de Oct. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by