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 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!