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