photo

Hayat


Last seen: 7 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I would like to plot an interpolated 3d Surface between two faces, i.e. the third face of a truncated cone. my plot isn't working but I'm not sure what is wrong
r1=0.5; % t1=[(0:0.1:2*pi),0]; t1=0:0.1:2*pi; X1=r1*cos(t1); Y1=r1*sin(t1); n1=numel(X1); Z1=zeros(1,n1); DT=delaunay(X...

8 månader ago | 1 answer | 0

1

answer