关于离散点求导数。
13 views (last 30 days)
Show older comments
各位老师好,原始数据为
S为一维矩阵,H为一维矩阵,现求dS/dH,是不是可以用dS/dH=S(i)-S(i-1)/H(i)-H(i-1)求呢?还是有相关的函数求解?希望各位老师帮我看一下,谢谢。
0 Comments
Accepted Answer
sidali
on 25 Nov 2022
是可以用dS/dH=[S(i)-S(i-1)]/[H(i)-H(i-1)]。不过如果你的H(i)-H(i-1)是一个定步长的话,也可以用math老师说的diff函数就可以。
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!