How to implement an integral equation in matlab with negative infinite limit ?
Show older comments

Please help me to implement this integration equation in matlab, I am not quite sure how to do this.
Answers (1)
Walter Roberson
on 3 Dec 2015
Assuming f is a function defined with "function" then
integral(@f, -infinity, Zb)
If f is a defined as an anonymous function then
integral(f, -infinity, Zb)
Categories
Find more on Calculus 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!