integral2 in matlab 2010
Show older comments
Which function can i use instead of integral2 in matlab 2010?
Accepted Answer
More Answers (1)
the cyclist
on 2 May 2012
0 votes
dblquad
7 Comments
Lusine
on 2 May 2012
the cyclist
on 2 May 2012
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
on 2 May 2012
Sean de Wolski
on 2 May 2012
You could always upgrade to R2012a!
Lusine
on 2 May 2012
Walter Roberson
on 2 May 2012
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
on 2 May 2012
Categories
Find more on Numerical Integration and Differentiation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!