필터 지우기
필터 지우기

Output area and perimeter of geometry from Comsol in Matlab workspace

조회 수: 3 (최근 30일)
SAMUEL AYINDE
SAMUEL AYINDE 2017년 7월 3일
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