how to do integration?

6 views (last 30 days)
bsd
bsd on 11 Oct 2011
Hai,
How to do integration, double integration and triple integration in matlab?
BSD

Accepted Answer

Andrei Bobrov
Andrei Bobrov on 11 Oct 2011
Please read help about functions MATLAB:
quad, quad2d, dblquad, quadgk, quadl, quadv, trapz, triplequad,int
  2 Comments
bsd
bsd on 21 Oct 2011
I have to do integration with limits varying from 0 to infinity. How to give the limit-infinity in quad()? Looking for your reply.
BSD
Andrei Bobrov
Andrei Bobrov on 21 Oct 2011
please read:
>> doc quadgk

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!