MATLAB: I have generated mesh for elliptical domain(2d) using pde tool box , how to get these node points coordinates of mesh generated

mesh data

i could not able to get the coordinaates of the node points

Best Answer

It depends how you generated the mesh:

  • generateMesh -- examine the Nodes property of the FEMesh object in the PDEModel object
  • initmesh -- the p matrix contains the nodal coordinates

Alan Weiss

MATLAB mathematical toolbox documentation

Related Question