photo

Lockenlui


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

5 years ago | 3

Question


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...

5 years ago | 1 answer | 0

1

answer