problem in 3d figure plotting

2 ビュー (過去 30 日間)
VANDANA GUPTA
VANDANA GUPTA 2019 年 10 月 25 日
編集済み: VANDANA GUPTA 2019 年 10 月 28 日
I have three matrix X,Y and Z saved in 'xfig.mat' , 'yfig.mat' and 'zfig.mat' respectively. I provided these data here. I want to plot a figure ('van_targetshape.fig') from these data. I tried but i can't get exact figure. I got 'trid.fig' figure which have figure end shape joint that i don't want. please help me

採用された回答

Shubham Gupta
Shubham Gupta 2019 年 10 月 25 日
one of the several ways could be:
fill3(X,Y,Z,'b')
I hope it helps !
  1 件のコメント
VANDANA GUPTA
VANDANA GUPTA 2019 年 10 月 28 日
編集済み: VANDANA GUPTA 2019 年 10 月 28 日
thnx sir..i am very greatful to you..

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by