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