numerical integration with dependent variables
4 views (last 30 days)
Show older comments
Mohammadfarid ghasemi
on 31 Mar 2017
Answered: Steven Lord
on 31 Mar 2017
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.
1 Comment
Torsten
on 31 Mar 2017
If you call F, the values of r and t are given and you can perform the inner integration with respect to s using MATLAB's "integral". What's the problem ?
Best wishes
Torsten.
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!