
Creating Mesh and Surface Plots
surf(X,Y,Z)
colormap hsv
colorbar
See the colormap reference page for information o n colormaps.
For More Information See “Creating 3-D Graphs” in the MATLAB 3-D
Visualization documentation for more information on surface plots.
Making Surfaces Transparent
You can make the faces of a surface transparent to a varying degree.
Transparency (referred to as the alpha value) can be specified for the whole
object or can be based on an
alphamap, which behaves similarly to colormaps.
For example,
surf(X,Y,Z)
colormap hsv
alpha(.4)
3-65
Komentarze do niniejszej Instrukcji