Feeds
回答済み
What are the details of the interpolation scheme done in ode45?
I was able to find Matlab's ode4.m code just through google search and it's just as slow as the code I wrote, if not slower. I...
What are the details of the interpolation scheme done in ode45?
I was able to find Matlab's ode4.m code just through google search and it's just as slow as the code I wrote, if not slower. I...
12年以上 前 | 0
質問
RK4 versus ode45 performance
I wrote a standard 4-step RK4 method (fixed step), and am finding out that it is slower than ode45. That surprised me. Say I am ...
12年以上 前 | 0 件の回答 | 0
0
回答回答済み
What are the details of the interpolation scheme done in ode45?
Thanks. I wrote a standard 4-step RK4 method (fixed step), and am finding out that it is slower than ode45. That surprised me...
What are the details of the interpolation scheme done in ode45?
Thanks. I wrote a standard 4-step RK4 method (fixed step), and am finding out that it is slower than ode45. That surprised me...
12年以上 前 | 0
質問
What are the details of the interpolation scheme done in ode45?
I understand that ode45 uses Dormand-Prince method to generate the solution at the adaptive time steps. So in the case when tspa...
12年以上 前 | 3 件の回答 | 0
3
回答質問
Problem opening fig files by double clicking
I have the latest version of Matlab (2011a) and I find that when I double-click on the .fig file it opens an instance of Matlab ...
15年弱 前 | 1 件の回答 | 0
