Feeds
提问
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...
6 years 前 | 0 个回答 | 0
0
个回答提问
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...
8 years 前 | 0 个回答 | 0
0
个回答提问
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)) ...
8 years 前 | 2 个回答 | 0
