MATLAB: Problem in 3d figure plotting

matlab experts

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

Best Answer

one of the several ways could be:
fill3(X,Y,Z,'b')
I hope it helps !