photo

Simon Blasko


Last seen: meer dan 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
82.815
of 300.381

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20.941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer

1

answer