| MATLAB Function Reference | ![]() |
Evaluate the numerical solution of a boundary value problem (BVP) using the output of bvp4c
Note
bvpval is obsolete and will be removed in the future. Please use deval instead.
|
Syntax
Description
sxint = bvpval(sol,xint)
uses sol, the output of bvp4c, to evaluate the solution of a boundary value problem at each element of the vector xint. For each i, sxint(:,i) is the solution corresponding to xint(i).
See Also
bvp4c, bvpinit, bvpget, bvpset
| bvpset | calendar | ![]() |