Mit KI Ähnliches finden
Druckprofil(0)
Modelldatei(0)
Veröffentlicht:2025-12-14 23:07:13
0
0
Mathematical equation "Mexican hat"
implemented in Matlab
[x,y] = meshgrid(-8:0.1:8);
r = sqrt(x.^2+y.^2)+eps;
z = 5.*sin(r)./r;
surfc(z), shading flat
surf2stl('C:\Users\Gerardo\Desktop\mexicanhat.stl',x,y,z)
