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
