Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How do I evaluate the double integral of ye^xy over the intervals 0,2 and 0,3?

1 view (last 30 days)
Trying to figure this out. I tried to use q=dblquad and I get an error message saying the variable of xy is not valid.

Answers (1)

Matt J
Matt J on 30 Jun 2021
You probably mean to write
fun=@(x,y) y.*exp(x.*y)
but instead put
fun=@(x,y) y.*exp(xy)

This question is closed.

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!