MATLAB: Differential equation problem- using boundary conditions instead of initial conditions

boundary conditionsinitial conditionsMATLABode

I'm trying to solve a third order DE problem for one of my classes. The problem is, one of the boundary conditions is at the end of the boundary, not the initial part. How do I put this into an ODE solver for y0?

Best Answer

doc bvp4c
and friends