Feeds
답변 있음
Gradient of vector-valued function
syms a b1 b2 t mfcn = matlabFunction(b1.*t^2+b2.*t) gradient(mfcn,t) This works on the contrary.
Gradient of vector-valued function
syms a b1 b2 t mfcn = matlabFunction(b1.*t^2+b2.*t) gradient(mfcn,t) This works on the contrary.
대략 8년 전 | 0
질문
Gradient of vector-valued function
Code below throws an error. How is it possible to get the gradient for a vector-valued function? syms a b1 b2 t mfcn = mat...
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
Unexpected behaviour of symbolic substitution
Hey, If the code attached below is executed, the result shows '\\\nb(t)' somewhere in the expression. I do not know why this ha...
8년 초과 전 | 답변 수: 1 | 0
