how to solve definite integrals in matlab

1 view (last 30 days)
Capture.PNG
  5 Comments
Bjorn Gustavsson
Bjorn Gustavsson on 20 Jun 2019
But since it is a convolution of the function Grel with a constant you only have a basic integral, just do a simple change of variables and you have a simple integral; seems like a natural first step...

Sign in to comment.

Accepted Answer

Bjorn Gustavsson
Bjorn Gustavsson on 20 Jun 2019
You have the quadgk, integral, et al. functions for numerical integration. If you have access to the symbolic toolbox you and want an analytical solution you might have success with the int function. Check the help-documentation for those and see if they give you what you want.
HTH

More Answers (0)

Categories

Find more on Stress and Strain 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!