User`s guide

Mathematics
5-19
Functionality What Happens
When You
Use This
Functionality
Use This Instead Compatibility Considerations
'RelTol' name-value pair
arguments.
For example, replace q =
quadl(fun,a,b,tol)
with q = integral(fun,
a, b, 'AbsTol', tol,
'RelTol', tol).
quadv Still runs integral with the
'ArrayValued',true
name-value pair argument
Replace all instances
of quadv with
integral using the
'ArrayValued',true
name-value pair argument.
dblquad Still runs integral2 Replace all instances of
dblquad with integral2.
If there are discontinuities
in the interior of the
region of integration,
replace dblquad with
integral2 using the
'method','iterated'
name-value pair argument.
triplequad Still runs integral3 Replace all instances
of triplequad with
integral3.
If there are discontinuities
in the interior of the
region of integration,
replace triplequad with
integral3 using the
'method','iterated'
name-value pair argument.