how to do integration?

Hai,
How to do integration, double integration and triple integration in matlab?
BSD

 Accepted Answer

Andrei Bobrov
Andrei Bobrov on 11 Oct 2011

1 vote

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
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!