Community Profile

photo

Simon Blasko


Last seen: 거의 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Utilize variable from different function
Hello, I have one function (Golf_Projectile_DragMagnus) which outputs the final distance reached by a golf ball with varying f...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I must find the magnitude of the h step in order to have an x_impact accuracy of 0.1m. I dont understand why when I change my dt my final impact distance changes so drastically when its supposed to approach a final more accurate result.
function Projectile_motion_variation_drag_Magnus clear clc format long g; workspace format compact fontSize = 20; g ...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Projectile motion with drag. My problem is in the loop as the number of elements are not equal apparently on the left and right. Id appreciate detailed input ive been lost on this for a couple of days now
function Yoted clear clc format long g; workspace format compact fontSize = 20; g = 9.81; %...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Projectile motion with drag. Im not sure what Im doing wrong here but it tells me my matrix dimensions must agree however I thought that if I use .* it can multiply a scalar and a vector together
function projectile_golf clear clc format long g; workspace format compact fontSize = 20; g = 9.81; % a...

3년 초과 전 | 답변 수: 1 | 0

1

답변

1

답변