Filter löschen
Filter löschen

Derivative of a vector

4 Ansichten (letzte 30 Tage)
Nikolaos Zafirakis
Nikolaos Zafirakis am 15 Apr. 2019
Beantwortet: Walter Roberson am 15 Apr. 2019
I have a vector 3x1 which I multiply by a 3x3 matrix and get a solution (this is all done in a function). I take the resulting 3x1 vector out of the function, then I need to compute the derivative of this vector. Once I find the derivative I can return it to the function.
I tried the diff(x) command but it errors every time does anyone have any suggestions?
  4 Kommentare
madhan ravi
madhan ravi am 15 Apr. 2019
Instead of riddling readers show how your x looks like.
Nikolaos Zafirakis
Nikolaos Zafirakis am 15 Apr. 2019
my x is time (t)

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

KSSV
KSSV am 15 Apr. 2019
USe gradient

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 15 Apr. 2019
Take the derivative of the elements of the vector. Now each row of the matrix gives the mixing coefficients to combine the three derivatives.
Note that this does not apply if the matrix contains the variable that you are taking the derivative with respect to.

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by