Output area and perimeter of geometry from Comsol in Matlab workspace

3 次查看(过去 30 天)
I am using COMSOL Multiphysics 5.2a with MATLAB. Please find the attached MATLAB code generated from COMSOL.
I already have the codes to generate the perimeter and the area of the geometry:
model.geom('geom1').measureFinal.selection.geom('geom1');
model.geom('geom1').measure.selection.init(2);
model.geom('geom1').measure.selection.set('b1', [1]);
Please help me with the additional lines of code to output the area and the perimeter of the geometry in MATLAB workspace. Thank you.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computational Geometry 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by