필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
trudy rea
trudy rea 2021년 6월 30일
마감: Cris LaPierre 2021년 7월 3일
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