Discussion:
[COMSOL_Users] making geometry
pramanand joshi
2014-02-19 17:04:38 UTC
Permalink
Hi,
I am very new user of COMSOL Multiphysics and have to make planar helical coil in COMSOL. I used the following formula in MATLAB to plot a helical trace:
a=0:0.01:8*pi;
b=a.*sin(a);
c=a.*cos(a);
plot(b,c)
However, .fig file can not be imported in COMSOL as geometry. I will greatly appreciate  help in this regard.

Best regards,
Pramanand Joshi

Loading...