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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
