フィルターのクリア

Solve double intergral ?

2 ビュー (過去 30 日間)
Tran Thien
Tran Thien 2018 年 5 月 16 日
コメント済み: Tran Thien 2018 年 5 月 16 日
For example , i have this double intergral :
I tried this code : >>S = x+y+sqrt(100-x^2-y^2) >>M= int(S,y,0,sqrt(100-x^2)) >>M1=int(M,x,0,10) But Matlab returns me the same int(...) i just typed, not the answer

採用された回答

Torsten
Torsten 2018 年 5 月 16 日
sol=integral2(@(x,y)x+y+sqrt(100-x.^2-y.^2),0,10,0,@(x)sqrt(100-x.^2))
Best wishes
Torsten.
  1 件のコメント
Tran Thien
Tran Thien 2018 年 5 月 16 日
thank you so much :D

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by