필터 지우기
필터 지우기

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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by