Info

This question is closed. Reopen it to edit or answer.

How can I correctly use the bvp4c function with initial guess for parameters?

1 view (last 30 days)
I'm trying to solve this EDO: y''=-0.5*k*(x*y'+y) with boundary conditions: y'(0)=0; y(10)=0 and k is a costant. I'm using the bvp4c control but when I try to use an initial guess for k, putting it in solinit, the program doesn't work!! How can I solve this problem??

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!