3. Basic XYZ Stereo Drawing Command
In Scientific Visualization, the three-dimensional figure of the three-degree space is a very important trick. This chapter describes the drawing commands of MATLAB basic XYZ three-degree space.
Mesh and plot are the basic commands of the three-dimensional stereoscopic drawing, and the Mesh can draw a stereo mesh. The following command can draw a stereo net shape formed by a function:
X = linSpace (-2, 2, 25);% take 25 points on the X-axis
Y = linSpace (-2, 2, 25);% in <