From: Vivek Saxena on
PS -- Previous threads with similar subjects did not address my question, hence I'm asking a new one.

Hi,

I want to extract the following information from a COMSOL mesh

1. x and y coordinates of nodes
2. element connectivity array
3. list of boundary edges (inner and outer boundary)

and store them in the MATLAB workspace for use in my own code.

How can this be done?

Thanks in advance!