Feeds
質問
an example of using ode15i
I'm trying to use ODE15i to solve a very easy problem (y'=y with y(0)=1). since I will have more complicated relationships to de...
2年弱 前 | 1 件の回答 | 0
1
回答回答済み
Getting complex solution with Matlab ode45
By the way how can I get a callable function y and y'? (for example use sol=ode45() and define y=@(t) deval(sol,t) but it's no...
Getting complex solution with Matlab ode45
By the way how can I get a callable function y and y'? (for example use sol=ode45() and define y=@(t) deval(sol,t) but it's no...
2年弱 前 | 0
質問
Getting complex solution with Matlab ode45
I'm trying to solve such an ODE: with boundary condition I have such a problem that if the solution of y would come with ...
2年弱 前 | 2 件の回答 | 0
