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
