I need to integrate an expression using MATLAB. What is the difference between these functions?

QUAD, QUAD8, QUADL, DBLQUAD

link|improve this question

65% accept rate
1  
What did the documentation say? Perhaps we can help you understand that? – David Heffernan Feb 23 '11 at 19:08
feedback

1 Answer

If you look at the material provided form the Matlab site you'll see these explanations:

quad:

Numerically evaluate integral, adaptive Simpson quadrature

quadl:

Numerically evaluate integral, adaptive Lobatto quadrature

dblquad:

Numerically evaluate double integral over rectangle

I didn't look for quad8 as it wasn't readily available, but I'm sure that you'll be able to find it from here. Also each of the link provide a greater detail as to how they work exactly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.