Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
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.

回答(1 个)

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

此问题已关闭。

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by