Error when using integral function on exponential integration
Show older comments
function = @(x) (exp(x)/x);
y = integral(function,3.5,4.5);
Accepted Answer
More Answers (0)
Categories
Find more on Numerical Integration and Differentiation 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!