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年弱 前 | 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年弱 前 | 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年弱 前 | 0
