Feeds
질문
Below is part of a code to plot X,Y position with respect to wheels velocity data, May i ask why is there a value where py(i) = vy(i) * t4(i).^0; while t4 is bening multiplied by a zero.
tx = (2*pi*l)/(r*dv); dt = 0.01; wl = [0, 2*pi, 2*pi, 2*pi, 0]; wr = [0, 2*pi, (2*...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Summing multiple variables in a function
Below is part of the main code, please advise on the summation of the variables within the function function velocity = v ...
거의 10년 전 | 답변 수: 1 | 0