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

Please help me to implement this integration equation in matlab, I am not quite sure how to do this.

Answers (1)

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)

Asked:

on 3 Dec 2015

Answered:

on 3 Dec 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!