Feeds
提问
why do I receive syms requires Symbolic math tool box
syms M m L q d_q dd_q x d_x dd_x g b J F eq1= (M+m)*dd_x + m*L*(dd_q*cos(q)-d_q^2*sin(q))+b*d_x-F; eq2= (J+mL)*dd_q+m*L*dd_x*c...
2 years 前 | 1 个回答 | 0
1
个回答提问
how to use fsolve in for loop?
I need to pass different values of (theta_r) into F(1) and F(2) to get different values of x(1) and x(2). i use this code, but ...
4 years 前 | 1 个回答 | 0