You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This code solves and then plots the solution of the linear BVP
y'' + p(x)y' + q(x)y = f(x) for xL < x < xR
where
a0*y(xL) + b0*y'(xL) = c0 and a1*y(xR) + b1*y'(xR) = c1
It is not as sophisticated as bvp4c, but it allows for easy manipulation of the solution procedure and solves the problem relatively quickly.
Cite As
Mark Holmes (2026). lbvp.m (https://www.mathworks.com/matlabcentral/fileexchange/27206-lbvp-m), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.63 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
