Draw 3D object.write code in 2016a version. Help me,thanks!
Afficher commentaires plus anciens
z=1-x^2,z=0,y=0,y=3
Réponses (1)
madhan ravi
le 18 Nov 2018
Modifié(e) : madhan ravi
le 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 commentaires
tran nguyen
le 18 Nov 2018
madhan ravi
le 18 Nov 2018
Modifié(e) : madhan ravi
le 18 Nov 2018
As I mentioned earlier what version are you using its availabe in 2016b
tran nguyen
le 18 Nov 2018
madhan ravi
le 18 Nov 2018
if possible upgrade to 2016b , it will be a lot easier to do the task
tran nguyen
le 18 Nov 2018
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!