Filter löschen
Filter löschen

integral2 in matlab 2010

1 Ansicht (letzte 30 Tage)
Lusine
Lusine am 2 Mai 2012
Which function can i use instead of integral2 in matlab 2010?

Akzeptierte Antwort

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

Weitere Antworten (1)

the cyclist
the cyclist am 2 Mai 2012
dblquad
  7 Kommentare
Walter Roberson
Walter Roberson am 2 Mai 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
Lusine am 2 Mai 2012
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)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by