MATLAB: Numerical integration with dependent variables

dependent variablesnumerical integration

Hi, I have a function F(r,t) which is estimated by evalutation of integral of a second function g(s,r,t) with s=[0,inf]. I don't now how to fix the basic variables (r,t) and how to define them in order to calculate the inner integration. I would really appreciate any help in resolving this problem.

Best Answer

See the "Parameterized Function" example in the documentation for the integral function.
Related Question