Feeds
답변 있음
How can I apply variable transparency to a plot using scatter3?
You can use h = scatter3(..) alpha = 0.5; set(h, 'MarkerEdgeAlpha', alpha, 'MarkerFaceAlpha', alpha) in order to set the tra...
How can I apply variable transparency to a plot using scatter3?
You can use h = scatter3(..) alpha = 0.5; set(h, 'MarkerEdgeAlpha', alpha, 'MarkerFaceAlpha', alpha) in order to set the tra...
대략 7년 전 | 3
질문
Delaunay Triangulation with a hole in the domain
Hi everyone, I did some temperature measurments on a rectangular plate with a hole in the middle. The matrix with the temper...
대략 7년 전 | 답변 수: 1 | 0
