integral2 in matlab 2010
이전 댓글 표시
Which function can i use instead of integral2 in matlab 2010?
채택된 답변
추가 답변 (1개)
the cyclist
2012년 5월 2일
0 개 추천
dblquad
댓글 수: 7
Lusine
2012년 5월 2일
the cyclist
2012년 5월 2일
Please consider editing your question so that it includes all the relevant details, rather than writing the briefest possible question (which tends to elicit the briefest possible answer).
Lusine
2012년 5월 2일
Sean de Wolski
2012년 5월 2일
You could always upgrade to R2012a!
Lusine
2012년 5월 2일
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
2012년 5월 2일
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!