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 2nd order nonlinear BVP
y'' = f(x, y, y') 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). nbvp.m (https://au.mathworks.com/matlabcentral/fileexchange/27190-nbvp-m), MATLAB Central File Exchange. Retrieved .
General Information
- Version 2.0.0.0 (2.94 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
