Feeds
提问
How to label the farthest x point
v0=75;%initial velocity of 75m/s g=9.81;%force of gravity 9.81 m/s^2 theta=[0:(pi/100):(pi/2)]; %values between constraints ...
4 years 前 | 1 个回答 | 0
1
个回答提问
The graph wont be appear
I keep getting this error Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Error typing ^ (power function) on Mac OS
t = linspace(0, 2*pi, 100); y= t.^2 * cos(t); g=sin(t); figure(1); plot(t,g) xlabel('Time,S') ylabel('Position...
Error typing ^ (power function) on Mac OS
t = linspace(0, 2*pi, 100); y= t.^2 * cos(t); g=sin(t); figure(1); plot(t,g) xlabel('Time,S') ylabel('Position...
4 years 前 | 0
