Built in function for integral

8 次查看(过去 30 天)
Kyle Zarmair
Kyle Zarmair 2014-7-15
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
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)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by