bvp4c - Mathematical software - swMATH
https://www.swmath.org/software/6178MATLAB-bvp4c -Solve boundary value problems for ordinary differential equations. sol = bvp4c (odefun,bcfun,solinit) integrates a system of ordinary differential equations of the form y′ = f (x,y) on the interval [a,b] subject to two-point boundary value conditions bc (y (a),y (b)) = 0. odefun and bcfun are function handles.
bvp4c (MATLAB Functions) - Northwestern University
www.ece.northwestern.edu/local-apps/matlabhelp/techdoc/ref/bvp4c.htmlbvp4c (MATLAB Functions) MATLAB Function Reference bvp4c Solve two-point boundary value problems (BVPs) for ordinary differential equations Syntax sol = bvp4c(odefun,bcfun,solinit) sol = bvp4c(odefun,bcfun,solinit,options) sol = bvp4c(odefun,bcfun,solinit,options,p1,p2...) Arguments odefun A function that evaluates the differential equations .
bvp4c - Mathematical software - swMATH
www.swmath.org › software › 6178MATLAB-bvp4c -Solve boundary value problems for ordinary differential equations. sol = bvp4c(odefun,bcfun,solinit) integrates a system of ordinary differential equations of the form y′ = f(x,y) on the interval [a,b] subject to two-point boundary value conditions bc(y(a),y(b)) = 0. odefun and bcfun are function handles.