How can I export Mesh plot data out of Comsol products into MATLAB?
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to generate a mesh in Comsol products like I can do with INITMESH in the Partial Differential Equation Toolbox and export the data into MATLAB.
Akzeptierte Antwort
MathWorks Support Team
am 27 Jun. 2009
The creation of a mesh within COMSOL Multiphysics like you can do with INITMESH within Partial Differential Equation Toolbox can be done by a function called MESHINIT within COMSOL Multiphysics.
To export the mesh data you have to use the menu for "export fem" as fem will be the structure with all the mesh information. For example, "fem.mesh" contains the mesh and "fem.mesh.p" contains all points of the mesh.
For a detailed reference, please see the 'COMSOL Multiphysics MATLAB
Interface Guide', section 'Creating Meshes', available from the Help menu of COMSOL Multiphysics.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometry and Mesh finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!