MATLAB: How can I solve ODE without initial condition

boundary conditionboundary value problembvp4code

this is the problem, there is no initial condition and only boundary condition given. how can i solve it?

Best Answer

Try formulating the problem as a boundary value problem and solving it with bvp4c or bvp5c.