Solving a Second order ODE in matlab
Show older comments
I need to solve the equation u" + 1 = 0 with BC's of du/dx at x = 0 = 0 and du/dx at x = 1 = -Bi*u(1,theta). u is a function of x and theta; u(x,theta). How can this be done easily in matlab. I assume I need to use ode45 but I am not very familiar with these functions in matlab.
Accepted Answer
More Answers (0)
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!