How can I create an integral calculator?

1 次查看(过去 30 天)
How can I create a calculator that will be just for calculating all integral functions?
  1 个评论
Todd Flanagan
Todd Flanagan 2011-1-24
Christopher says, "You should see a button to accept Paulo's answer. Using that makes it easier for the next person with the same question to see your question has been answered."

请先登录,再进行评论。

回答(1 个)

Paulo Silva
Paulo Silva 2011-1-23
Symbolic Math Toolbox™
The int function should work
  2 个评论
Walter Roberson
Walter Roberson 2011-1-23
The int() function should do a decent job if it is symbolic answers that are generally required. If it is numeric answers that are generally required, then the Symbolic toolbox does have numeric integration routines, but there are also numeric integration routines that are part of basic MATLAB without requiring the Symbolic Toolbox.
Todd Flanagan
Todd Flanagan 2011-1-24
Burak says, "Ok got it thanks a lot"

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by