we are asked to find double integration and display its graph but its showing this error and saying not enough arguments
조회 수: 1 (최근 30일)
이전 댓글 표시
syms x y z
int(int((y^(1/2)),y,x,(10*x)^(1/2)),x,0,10)
viewSolidone(z,0+0*x+0*y, y^(1/2),x,(10*x)^(1/2),x,0,10)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/828300/image.jpeg)
댓글 수: 0
답변 (1개)
SAI SRUJAN
2022년 7월 19일
Hi Shashwat Singh,
From my understanding of your question, you are facing an error of having not enough arguments.It is because the function viewSolidone should have 9 arguments whereas in your case its 8.I hope the following documentations which has a similar use case may give you an insight of the use the function viewSolidone,
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!