Feeds
질문
Minimum Value dependent on another Minimum Value.
h(1)=150000; %initial height a(1)=(40*10^7)/(6371+h(1))^2; %initial acceleration dependant on height dt=5; ...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Issue with if loop within kinematics while loop
Hi, apologies i you have already seen this code, I am havng issues with this step of it. For context it is a spacesip falling fr...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Kinematics while loop is infinite, plus other errors.
I have posted similar things before, so apologies if you have already seen this. My code is this: clear h(1)=100000; %Init...
거의 6년 전 | 답변 수: 2 | 0
2
답변질문
Various errors whilst running a while loop.
h(1)=100000; %initial Height t(1)=0; %Initial Time dt=0.005; p(1)=(((h(1))/71)+1.4); %Air Density g(1)=(40*10^7)/(6371...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Running a kinematics while loop containing an if loop. I get the error: Index exceeds number of array elements(1).
h(1)=150000; %initial height a(1)=(40*10^7)/(6371+h(1))^2; %initial acceleration dependant on height dt=0.00...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Error with if loop within a while loop.
h(1)=150000; %initial height a(1)=(40*10^7)/(6371+h(1))^2; %initial acceleration dependant on height dt=0.00...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
When I try to run a while loop for kinematcs I get the error:'index exceeds number of array elements'.
h(1)=150000; %initial height g(1)=(40*10^7)/(6371+h(1))^2; %acceleration dependant on height i=1; %l...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Help with while loop as it failed as left and right sides have different number of elements.
I am trying to work out the velocity of a falling object at 100km above earth. I have inputted initial height as 150km, initial ...
거의 6년 전 | 답변 수: 0 | 0
