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
