How can I create an integral calculator?

1 view (last 30 days)
Burak Sengun
Burak Sengun on 23 Jan 2011
How can I create a calculator that will be just for calculating all integral functions?
  1 Comment
Todd Flanagan
Todd Flanagan on 24 Jan 2011
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."

Sign in to comment.

Answers (1)

Paulo Silva
Paulo Silva on 23 Jan 2011
Symbolic Math Toolbox™
The int function should work
  2 Comments
Walter Roberson
Walter Roberson on 23 Jan 2011
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 on 24 Jan 2011
Burak says, "Ok got it thanks a lot"

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!