フィルターのクリア

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 Center および File ExchangeComputational Geometry についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by