These inbuilt instructions are also not getting executed.

2 ビュー (過去 30 日間)
priya h
priya h 2020 年 4 月 6 日
Ihave EIDORS (v3.9.1) Installed. Now i installed netgen 6.1 to generate and solve mesh problems. I coiuld not find .exe file of netgen. EIDORS commands are executed bur NETGEN commands are giving errors.
To run netgen commands in matlab code for windows 10 what shoud be done?
These inbuilt instructions are also not getting executed.
fmdl= ng_mk_cyl_models(0,[9],[0.2,0,0.05],extra);
ctr = interp_mesh(fmdl); ctr=(ctr(:,1)-0.2).^2 + (ctr(:,2)-0.2).^2;
img= mk_image(fmdl, 1 + 0.1*(ctr < 0.2^2));

回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by