Please help me code this
이전 댓글 표시

댓글 수: 1
John D'Errico
2022년 7월 11일
Stop posting your homework problems You have gotten two of them solved. Enough. Answers is not a homework solving service.
채택된 답변
추가 답변 (1개)
c = integral(@(x)integral(@(y)sqrt(x.^2+y.^2),0,sqrt(2*x-x.^2)),0,2,'ArrayValued',true)
syms x y
c = int(int(sqrt(x^2+y^2),y,0,sqrt(2*x-x^2)),x,0,2)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
