Differentiation of a vector wrt a vetor
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Pavan Kumar
il 3 Mar 2015
Commentato: Pavan Kumar
il 3 Mar 2015
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 Commenti
Risposta accettata
Giorgos Papakonstantinou
il 3 Mar 2015
Assuming Ls and delk are of the same size:
diff(Ls)./diff(delk)
5 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!