how to solve definite integrals in matlab

Capture.PNG

5 Comments

Is Grel constant in tau? If so then it is trivial to integrate
It is not constant in tau
What is Gtel or Grel (I cannot quite tell what the characters are) ?
When I look at your equation it looks to me as if you are doing a convolution.
yeah...its is a convolution
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

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!