Draw 3D object.write code in 2016a version. Help me,thanks!
조회 수: 1 (최근 30일)
이전 댓글 표시
z=1-x^2,z=0,y=0,y=3
댓글 수: 0
답변 (1개)
madhan ravi
2018년 11월 18일
편집: madhan ravi
2018년 11월 18일
syms x y z
fimplicit3(z==0)
hold on
fimplicit3(z==1-x^2)
fimplicit3(y==0)
fimplicit3(y==3)
xlabel('x')
ylabel('y')
zlabel('z')
댓글 수: 5
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!