Why does QUADL in MATLAB 7.2 (R2006a) not work as well as QUAD8?
Show older comments
I am performing an integration that executes well in older versions of MATLAB using QUAD8. When I execute it with QUADL, it is much slower and gives the following warning regarding a singularity:
Warning: Maximum function count exceeded; singularity likely.
> In quadl at 98
and then returns incorrect results.
Accepted Answer
More Answers (0)
Categories
Find more on Numerical Integration and Differentiation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!