MATLAB command for exporting geometry from pdetool

Posted by lapwing on Stack Overflow See other posts from Stack Overflow or by lapwing
Published on 2010-03-14T03:02:19Z Indexed on 2010/03/14 3:05 UTC
Read the original article Hit count: 279

Filed under:

I'm writing a MATLAB script which solves for the eigenmodes of a defined polygon. MATLAB's PDE toolbox lets me define the geometry using the command pdepoly() but I need to export the geometry description matrix manually to the workspace through the GUI before I can decompose, mesh, and solve the pde. Does anyone know either a command to export the geometry to the workspace or a better way to define this geometry description matrix in MATLAB?

Many Thanks

© Stack Overflow or respective owner

Related posts about matlab