MATLAB: How to utilise shooting method for following equation

MATLABshooting method

I have two equation, shown as follows. second equation is depends upon first one. How can i solve this using shooting method.

Best Answer

Since you are a matlab-beginner you should first start to work through the introduction material, there are some intro-course-webinar material here: matlab-onramp
Then you should take some time just browsing through the demos, at the matlab command-line just type: demo
There you will find a lot of usefull information, including a number of demonstrations of ordinary differential equations and boundary-value problems.
We could give you a solution to the above problem, but that will hamper your learning-curve in programming and programming and matlab.
HTH
Related Question