Community Profile

photo

NEIL Alfred


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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 ...

2 years ago | 1 answer | 0

1

answer

Question


The graph wont be appear
I keep getting this error Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in...

2 years ago | 1 answer | 0

1

answer

Answered
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...

2 years ago | 0