Built in function for integral

Hi,
I was wondering if there is a built in function for computing an integral?
Thank you.

Antworten (1)

Star Strider
Star Strider am 15 Jul. 2014

0 Stimmen

There are several, depending on how you want to do it.
  • integral and its friends will take function arguments;
  • trapz and its friends will take vector or matrix data;
  • int does symbolic integration (Symbolic Math Toolbox)

Gefragt:

am 15 Jul. 2014

Beantwortet:

am 15 Jul. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by