Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (1)

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

Questa domanda è chiusa.

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by