필터 지우기
필터 지우기

integral2 in matlab 2010

조회 수: 1 (최근 30일)
Lusine
Lusine 2012년 5월 2일
Which function can i use instead of integral2 in matlab 2010?

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 5월 2일
If your company/university/employer is current on their SMS subscription, you can download the latest versions from:

추가 답변 (1개)

the cyclist
the cyclist 2012년 5월 2일
dblquad
  댓글 수: 7
Walter Roberson
Walter Roberson 2012년 5월 2일
dblquad() allows you to specify the integration method, which could be quadgk() (possibly with a wrapper added to account for vector valued or scalar valued.)
Lusine
Lusine 2012년 5월 2일
Do you mean I can use an expression like this?
fun=@(x,y)exp(-(x.^2-2*ro*x*y+y.^2)/2*(1-ro).^2);
q=dblquad(fun,-Inf,0,-Inf,0,[],quadgk(),0.5)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by