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 years 前 | 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 years 前 | 2 个回答 | 0
