Draw 3D object.write code in 2016a version. Help me,thanks!
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
z=1-x^2,z=0,y=0,y=3
0 Commenti
Risposte (1)
madhan ravi
il 18 Nov 2018
Modificato: madhan ravi
il 18 Nov 2018
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 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with Symbolic Math Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!