Community Profile

photo

Sam Potter


Last seen: alrededor de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas