3.4 ParametricSurfacesinMatlab
222 Chapter 3 Plotting in Matlab x=sin(phi).*cos(theta); y=sin(phi).*sin(theta); z=cos(phi); WecannowcreateameshofthesurfacewithMatlab’smesh command. mesh(x,y,z) We adjust the orientation, turn the box on to add depth of visualization, then issueaxis equa...