photo

Ali


Last seen: 2 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
1 个回答

排名
18,525
of 300,904

声誉
2

贡献数
4 个提问
1 个回答

回答接受率
50.0%

收到投票数
2

排名
 of 21,108

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,602

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Is there a way to require ddesd to use a value from the previous time step?
Is there a way to use 'ddesd' or 'dde23' to evaluate y at the previous time step (by time step, I mean a full time step t+dt)? I...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Convergence failure for consistent initial conditions using 'decic' function
I have a set of highly non-linear, implicit ODEs and I need to use an implicit solver such as ode15i to integrate the equations....

12 years 前 | 0 个回答 | 2

0

个回答

已回答
How does ode45 handle highly coupled ODEs (where y' depends on x' and x' depends on y', etc.)?
After looking through many lines of code, I realize that the reason MATLAB is accepting an implicit equation without complaint i...

12 years 前 | 0

| 已接受

提问


How does ode45 handle highly coupled ODEs (where y' depends on x' and x' depends on y', etc.)?
If I have two sets of highly coupled ODEs such as: dy/dt = A*dx/dt + B*y + C*x dx/dt = D*dy/dt + E*y + F*x or if I have...

12 years 前 | 1 个回答 | 0

1

个回答

提问


if statements and abs() function in variable-step ODE solvers
I was reading this post online where the person mentioned that using "if statements" and "abs()" functions can have negative rep...

12 years 前 | 1 个回答 | 0

1

个回答