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

回答 (1 件)

madhan ravi
madhan ravi 2018 年 11 月 18 日
編集済み: madhan ravi 2018 年 11 月 18 日

0 投票

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 件のコメント

tran nguyen
tran nguyen 2018 年 11 月 18 日
The program said :'Undefined funtion or variable 'fimplicit3'.
madhan ravi
madhan ravi 2018 年 11 月 18 日
編集済み: madhan ravi 2018 年 11 月 18 日
As I mentioned earlier what version are you using its availabe in 2016b
tran nguyen
tran nguyen 2018 年 11 月 18 日
i'm using 2016a
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 ?

サインインしてコメントする。

カテゴリ

タグ

質問済み:

2018 年 11 月 18 日

編集済み:

2018 年 11 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by