Somehow I can't find my last thread regarding calculating
second derivative. I still can't figure it out how I can
compute approximate second derivatives for (x,y) data.
In article <g219l2$k56$1@fred.mathworks.com>, Lu <lu_yu@nacm.com> wrote:
>Somehow I can't find my last thread regarding calculating
>second derivative. I still can't figure it out how I can
>compute approximate second derivatives for (x,y) data.
(As you are using the Mathworks newsreader, you will probably have
to manually paste that together into a single URL.)
--
"They called it golf because all the other four letter words
were taken." -- Walter Hagen
"Lu " <lu_yu@nacm.com> wrote in message <g219l2$k56
$1@fred.mathworks.com>...
> Hi,
>
> Somehow I can't find my last thread regarding calculating
> second derivative. I still can't figure it out how I can
> compute approximate second derivatives for (x,y) data.
>
> Thank you!
-------
It's also at:
"Lu " <lu_yu@nacm.com> wrote in message <g219l2$k56
$1@fred.mathworks.com>...
> Hi,
>
> Somehow I can't find my last thread regarding calculating
> second derivative. I still can't figure it out how I can
> compute approximate second derivatives for (x,y) data.
>
> Thank you!
if y=f(x) then the first derivative is
y1=diff(y)./diff(x)
The second derivative is
y2=diff(y1)./diff(x)
don't forget that the size of y1 is less than the size of y
by one and the size of y2 is less than the size of y by two
Aasim Azooz
Tags for this Thread
Add a New Tag:
Separated by commas
Ex.: root locus, bode
What are tags?
A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.
Anyone can tag a thread. Tags are public and visible to everyone.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Disclaimer prior to use.