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!