How can I insert this boundary condition?
1 view (last 30 days)
Show older comments
Hi everyone, I have an ODE system with several variables, like this:
y1' = f (y1,y2)
y2' = g (y1,y2)
I'm solving it with bvp4c.
Is it possible to enter, in addition to the BCs related to y1 and y2, also a condition on the derivatives, for example y1'(0) = 0? Should I add one equation? How?
Thank you!
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!