photo

Mr_Turnip_Head


University of Mississippi

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
220,533
of 301,213

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,191

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,422

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to stop ODE45 using event location
I'm trying to stop ODE45 solver once the solution intersects with the circle of radius 3. Below is the main code with the functi...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Why is my code not solving the equations with ODE45?
My code runs but it's not solving the equations....or at least I can't get the plot to show anything function second_oder_o...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Solve a system of differential equations using ODE 45
I need to solve the system of equations attached in the pdf. So far I have this: function second_oder_ode t=0:...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Error "Unbalanced or unexpected parenthesis or bracket"
I'm just trying to add to the array of zeroes with this code: %constants h = .001 %Step Size %Setting initial values p...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to use ODE45 to solve a second order system of equations?
I need to solve: d^2t/ds^2 = 0 d^2r/ds^2 = 0 I know that this is a straight line, however I'm going to extrapolate th...

10 years 前 | 1 个回答 | 0

1

个回答