Hayat
Followers: 0 Following: 0
Feeds
提问
I would like to save each Thex array created in each loop as its own array. How can i create a variable that has its name adjusted with each loop and saves each loop result?
5 months 前 | 2 个回答 | 0
2
个回答提问
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...
5 months 前 | 1 个回答 | 0