Community Profile

photo

NEIL Alfred


Last seen: etwa 2 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 2 Jahre vor | 0