image thumbnail
from Essential MATLAB by Brian Hahn
Companion software for Essential MATLAB for Scientists and Engineers

fig1_3.m
[x y ] = meshgrid(-8 : 0.5 : 8.5);
r = sqrt(x.^2 + y.^2) + eps;
z = sin(r) ./ r;
mesh(z)

Contact us at files@mathworks.com