problem in 3d figure plotting

2 visualizaciones (últimos 30 días)
VANDANA GUPTA
VANDANA GUPTA el 25 de Oct. de 2019
Editada: VANDANA GUPTA el 28 de Oct. de 2019
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

Respuesta aceptada

Shubham Gupta
Shubham Gupta el 25 de Oct. de 2019
one of the several ways could be:
fill3(X,Y,Z,'b')
I hope it helps !
  1 comentario
VANDANA GUPTA
VANDANA GUPTA el 28 de Oct. de 2019
Editada: VANDANA GUPTA el 28 de Oct. de 2019
thnx sir..i am very greatful to you..

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by