photo

Sam Potter


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
165,626
of 300,857

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答