photo

Edoardo Bertolotti


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

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
2 个回答

排名
239,464
of 299,784

声誉
0

贡献数
3 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,803

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Solving differential equation with Runge Kutta 4th order
Ok, thanks to both, the code is working now, but still, like the main problem, it shows the same results: Euler is similar to O...

3 years 前 | 0

提问


buondary condition derivative equal zero PDE
Hello, I am trying to solve a P.D.E. problem with explicit and implicit method (finite difference methods) So I am building a g...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Solving differential equation with Runge Kutta 4th order
I've tried to write this code but it seems to give different values than ODE 45. The equation is the following: Does it make s...

3 years 前 | 3 个回答 | 0

3

个回答

提问


Does not plot all the points
So I am trying to plot a lot of data (5779x5779), but looks like the graph only takes few points. Does someone knows why is this...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Simpson's Rule
I am not sure about the version with I(i)= (h/3)* [...] but if you use I(i)= (h/6) [...] x=linspace(a,b,N+1); for i = 1:N ...

5 years 前 | 0