필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
tran nguyen
tran nguyen 2018년 11월 18일
편집: madhan ravi 2018년 11월 18일
z=1-x^2,z=0,y=0,y=3

답변 (1개)

madhan ravi
madhan ravi 2018년 11월 18일
편집: madhan ravi 2018년 11월 18일
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
madhan ravi
madhan ravi 2018년 11월 18일
if possible upgrade to 2016b , it will be a lot easier to do the task
tran nguyen
tran nguyen 2018년 11월 18일
my teacher required us to use 2016a version ,can you help me code it ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by