Community Profile

photo

Lubah Nelson


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to take time derivatives of an function?
for i = 1:length(D)-2 f_D(i) = ( (-3*D(i)) + (4*D(i+1)) - (D(i+2))) / (2 * (D(i+1) - D(i))); end

6 years ago | 0