Draw 3D object.write code in 2016a version. Help me,thanks!

1 Ansicht (letzte 30 Tage)
tran nguyen
tran nguyen am 18 Nov. 2018
Bearbeitet: madhan ravi am 18 Nov. 2018
z=1-x^2,z=0,y=0,y=3

Antworten (1)

madhan ravi
madhan ravi am 18 Nov. 2018
Bearbeitet: madhan ravi am 18 Nov. 2018
Read about fimplicit3() introduced in2016b requires symbolic math toolbox
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 Kommentare
madhan ravi
madhan ravi am 18 Nov. 2018
if possible upgrade to 2016b , it will be a lot easier to do the task
tran nguyen
tran nguyen am 18 Nov. 2018
my teacher required us to use 2016a version ,can you help me code it ?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by