Mark Johnson
Followers: 0 Following: 0
Feeds
提问
My outputs are unrealistically high and I have no idea why, d,x,xdot,xdotdot at in magnitudes beyond what it needs to be
Delta_t=1; theta=1.4; a_0=6/(theta*Delta_t)^2; a_1=3/(theta*Delta_t); a_2=a_1*2; a_3=(theta*Delta_t)/2; a_4=a_0/theta; a_...
2 years 前 | 1 个回答 | 0
1
个回答提问
Trying to make Dynamic equations work with varying mass over time
I am trying to make the dynamic equations at the bottom to create plots that show the change to displacement, velocity, and acce...
2 years 前 | 1 个回答 | 0
1
个回答提问
Trying to make a variable change between time intervals then output an array to plot the change of force
L=100; t=1:0.2:300; while t<100 Mw=20 while t>100 and t<200 Mw=100 while t>200 Mw=17 ...
2 years 前 | 1 个回答 | 0