SL
Followers: 0 Following: 0
Feeds
질문
Trying to run ODE45 with system of two equations but its not working, any advice ? Thanks
g_i=9.81; Re=6378 ; h=100; T=100; Ae = 0.9; % sq m exit nozzle area Ar = 1.7; mSecondStage = 111500; % kg m0_propella...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
what to do when array indicies exceed for , FOR loop comparision for below , trying to plot density of atmosphere, how to do the comparison ?
h(1) = 0; T(1) = 273.15; p(1) = 101.2; for t = 1:328084 if h(t)<[11000] T(t+1) = 15.04 - 0.0064...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Array indices must be positive integers or logical values for loop expression
i do not know why but when I run this I get the error that array indicies must be positive, it is , isnt it ? Please help thank...
대략 3년 전 | 답변 수: 2 | 0