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일

0 개 추천

sol=integral2(@(x,y)x+y+sqrt(100-x.^2-y.^2),0,10,0,@(x)sqrt(100-x.^2))
Best wishes
Torsten.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

제품

릴리스

R2016a

질문:

2018년 5월 16일

댓글:

2018년 5월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by