MATLAB design and application (4)

xiaoxiao2021-03-06  67

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 <

转载请注明原文地址:https://www.9cbs.com/read-90677.html

New Post(0)