Community Profile

photo

Mohamed Jundi


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


Index in position 1 is invalid. Array indices must be positive integers or logical values. Error MATLAB 2019a
Hey so I am using a simple Runge Kutta 4 function I wrote to model the path of 2 bodies with only their gravitational force acti...

4 years ago | 0 answers | 0

0

answers

Question


iteration till value converges
%getting all the given variables m = 500 ;%mass of the helicopter in kg h = 600; %altitude at which the helicopter is flying...

6 years ago | 0 answers | 0

0

answers

Question


Index exceeds matrix dimensions error
for i=1:6 w(1)=w_o; Vmean(i) = sqrt ((w(i)-V*sind(alpha))^2 + (V*cosd(alpha))^2); w(i) = T / (2*rho*A*Vmean(i)) ...

6 years ago | 2 answers | 0

2

answers