MATLAB Function Reference Previous page   Next Page
bvpval

Evaluate the numerical solution of a boundary value problem (BVP) using the output of bvp4c

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


Previous page  bvpset calendar Next page

© 1994-2005 The MathWorks, Inc.