Built in function for integral

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

回答 (1 件)

Star Strider
Star Strider 2014 年 7 月 15 日

0 投票

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)

カテゴリ

質問済み:

2014 年 7 月 15 日

回答済み:

2014 年 7 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by