Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.

Saving geometry from within Matlab

Please login with a confirmed email address before reporting spam

Hi There

Does anyone know if it is possible to save just the finalized geometry (.mphbin) from within Matlab?

Thanks!

1 Reply Last Post 19.09.2015, 15:19 GMT-4
COMSOL Moderator

Hello Chris Layman

Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.

If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.


Please login with a confirmed email address before reporting spam

Posted: 9 years ago 19.09.2015, 15:19 GMT-4
Try get your geometry object, by g1 = model.geom('geom1'), for example.
Then, g1.exportFinal('g1'), you can get a file with name 'g1.mphbin'..
Try get your geometry object, by g1 = model.geom('geom1'), for example. Then, g1.exportFinal('g1'), you can get a file with name 'g1.mphbin'..

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.