wadewei I would like to plot the refined model mesh. However, all the triangles clustered together and became indistinguishable. I can't think of an elegant way on top of my head to solve this problem. Any ideas? Thank you!
mathieumorlighem Hi @wadewei, you can plot the model resolution instead, using something like this: >> plotmodel(md,'data',sqrt(GetAreas(md.mesh.elements,md.mesh.x,md.mesh.y)),'title','Element size (m)')