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 CenterFile Exchange에서 Creating, 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