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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
