Differentiation of a vector wrt a vetor
9 ビュー (過去 30 日間)
古いコメントを表示
Hiii Friends,
Suppose i have two vectors
Ls = (1.2:0.0001:3.0).*1e-6;
delk = (x:y:z) %some vector
I would like to differentiate d(Ls)/d(delk).
How do i do it?
Advance thanks for the advice.
Pavan
0 件のコメント
採用された回答
Giorgos Papakonstantinou
2015 年 3 月 3 日
Assuming Ls and delk are of the same size:
diff(Ls)./diff(delk)
5 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!