Feeds
답변 있음
Plot 3D line object with alpha gradient
The working script: amap = linspace(1,0,233)'; mfig=patch(p(:,1),p(:,2),p(:,3),'red'); set(mfig,'facealpha',0); ...
Plot 3D line object with alpha gradient
The working script: amap = linspace(1,0,233)'; mfig=patch(p(:,1),p(:,2),p(:,3),'red'); set(mfig,'facealpha',0); ...
거의 14년 전 | 0
질문
Plot 3D line object with alpha gradient
Dear all, I have a 3D point set which I would like to plot as connected line segments. In addition, I would like the points (...
거의 14년 전 | 답변 수: 2 | 0
