MATLAB difference between numerical integration functions -


i need integrate expression using matlab. difference between these functions?

quad, quad8, quadl, dblquad

if @ material provided form 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 on rectangle

i didn't quad8 wasn't readily available, i'm sure you'll able find here. each of link provide greater detail how work exactly.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -