MATLAB: How to solve definite integrals in matlab

g(rel) is a linear shear stress relaxation modulustau has only one dimenssion

Capture.PNG

Best 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