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.
geomcomp and geomdel function in comsol 3.5a for matlab live link
Posted 20 mar 2018, 04:15 GMT-4 MEMS & Nanotechnology, LiveLink for MATLAB, Geometry Version 5.1 2 Replies
Please login with a confirmed email address before reporting spam
Is there any equivalent function in comsol 5.1 as “geomcomp” and “geomdel” which is used to use in comsol 3.5a for matlab live link ? Or what is the meaning of the functions? I give an example code below :
g1=rect2(1.4E-8,0.2E-8,'base','corner','pos',[-0.2E-8,1.0E-8]);
g2=rect2(1.4E-8,0.2E-8,'base','corner','pos',[-0.2E-8,-0.2E-8]);
g3=rect2(0.2E-8,1.0E-8,'base','corner','pos',[-0.2E-8,0]);
g4=rect2(0.2E-8,1.0E-8,'base','corner','pos',[1.0E-8,0]);
g5=geomcomp({g1,g2,g3,g4},'ns',{'g1','g2','g3','g4'},'sf','g1+g2+g3+g4','edge','none');
g6=geomdel(g5);
2 Replies Last Post 12 apr 2018, 06:24 GMT-4