photo

Thomas


Last seen: 8 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Having problems with integration equations.
syms t v_1 = 90/(1+0.3*t); d_1 = int(v_1,t); a_1 = diff(v_1,t); pretty(d_1) pretty(v_1) pretty(a_1) In this code the d_...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How can can this code be made more efficient?
% The intial heights, plus gravity and velocity i_h = 0:0.25:95; t_h = 0:0.25:105; g_h = 0:0.25:115; j_h = 0:0.25:125; k_...

10 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How do I alter the curve of my plot
% Set variables: g is gravity, v is velocity, i_h is initial height, h_f is final height g = 9.81; v = 85; i_h = 0:0.25:95; ...

10 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How do I fix an array which is incompatible in sizes
Question I'm attempting: *Write a script to determine the velocity components vx and vy as well as the magnitude of the veloci...

10 Monate vor | 1 Antwort | 0

1

Antwort