フィルターのクリア

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 件のコメント
Lusine
Lusine 2012 年 5 月 2 日
Thanks

サインインしてコメントする。

その他の回答 (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 Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by